Skip to content

Commit 96c7b37

Browse files
committed
update zip version in Cargo.toml
1 parent ca694af commit 96c7b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ version = "0.22"
3131
features = ["extension-module", "abi3"]
3232

3333
[build-dependencies]
34-
zip = { version = "2.6", default-features = false, features = ["bzip2"] }
34+
zip = { version = "3.0", default-features = false, features = ["bzip2"] }
3535
mathcat = {version = "=0.6.9", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3636
# mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3737
# for testing MathCAT without having to publish a new version (change two occurrences)

0 commit comments

Comments
 (0)