We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab0b48 commit 2a6c68fCopy full SHA for 2a6c68f
Cargo.toml
@@ -15,17 +15,17 @@ crate-type = ["cdylib"]
15
[dependencies.mathcat]
16
version = "0.1.18"
17
# for testing MathCAT without having to publish a new version (change two occurences)
18
-path = "../MathCAT/"
+# path = "../MathCAT/"
19
20
[dependencies.pyo3]
21
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"
+mathcat = "0.1.18"
27
28
-mathcat = {version= "0.1.18", path = "../MathCAT/"}
+#mathcat = {version= "0.1.18", path = "../MathCAT/"}
29
30
31
[profile.release]
0 commit comments