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 ca694af commit 96c7b37Copy full SHA for 96c7b37
Cargo.toml
@@ -31,7 +31,7 @@ version = "0.22"
31
features = ["extension-module", "abi3"]
32
33
[build-dependencies]
34
-zip = { version = "2.6", default-features = false, features = ["bzip2"] }
+zip = { version = "3.0", default-features = false, features = ["bzip2"] }
35
mathcat = {version = "=0.6.9", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
36
# mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
37
# for testing MathCAT without having to publish a new version (change two occurrences)
0 commit comments