Skip to content

Commit 711bcd5

Browse files
committed
update zip version
1 parent 7bfd2f1 commit 711bcd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "libmathcat_py"
1313
crate-type = ["cdylib"]
1414

1515
[dependencies.mathcat]
16-
version = "0.1.18"
16+
version = "0.1.19"
1717
# for testing MathCAT without having to publish a new version (change two occurences)
1818
# path = "../MathCAT/"
1919

@@ -22,8 +22,8 @@ version = "0.15.1"
2222
features = ["extension-module", "abi3"]
2323

2424
[build-dependencies]
25-
zip = { version = "0.5", default-features = false }
26-
mathcat = "0.1.18"
25+
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
26+
mathcat = "0.1.19"
2727
# for testing MathCAT without having to publish a new version (change two occurences)
2828
#mathcat = {version= "0.1.18", path = "../MathCAT/"}
2929

0 commit comments

Comments
 (0)