We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e1f9b commit c861913Copy full SHA for c861913
Cargo.toml
@@ -19,7 +19,7 @@ name = "libmathcat_py"
19
crate-type = ["cdylib"]
20
21
[dependencies.mathcat]
22
-version = "0.1.27"
+version = "0.2.0"
23
# for testing MathCAT without having to publish a new version (change two occurences)
24
path = "../MathCAT/"
25
@@ -29,9 +29,9 @@ features = ["extension-module", "abi3"]
29
30
[build-dependencies]
31
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
32
-# mathcat = "0.1.27"
+# mathcat = "0.2.0"
33
34
-mathcat = {version= "0.1.27", path = "../MathCAT/"}
+mathcat = {version= "0.2.0", path = "../MathCAT/"}
35
36
37
[profile.release]
0 commit comments