We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfd2f1 commit 711bcd5Copy full SHA for 711bcd5
Cargo.toml
@@ -13,7 +13,7 @@ name = "libmathcat_py"
13
crate-type = ["cdylib"]
14
15
[dependencies.mathcat]
16
-version = "0.1.18"
+version = "0.1.19"
17
# for testing MathCAT without having to publish a new version (change two occurences)
18
# path = "../MathCAT/"
19
@@ -22,8 +22,8 @@ version = "0.15.1"
22
features = ["extension-module", "abi3"]
23
24
[build-dependencies]
25
-zip = { version = "0.5", default-features = false }
26
-mathcat = "0.1.18"
+zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
+mathcat = "0.1.19"
27
28
#mathcat = {version= "0.1.18", path = "../MathCAT/"}
29
0 commit comments