File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "libmathcat_py"
1313crate-type = [" cdylib" ]
1414
1515[dependencies .mathcat ]
16- version = " 0.1.14 "
16+ version = " 0.1.15 "
1717# for testing MathCAT without having to publish a new version (change two occurences)
1818# path = "../MathCAT/"
1919
@@ -22,10 +22,10 @@ version = "0.15.1"
2222features = [" extension-module" , " abi3" ]
2323
2424[build-dependencies ]
25- zip = " 0.5.8 "
26- mathcat = " 0.1.14 "
25+ zip = { version = " 0.5" , default-features = false }
26+ mathcat = " 0.1.15 "
2727# for testing MathCAT without having to publish a new version (change two occurences)
28- # mathcat = { version = "0.1.14 ", path = "../MathCAT/" }
28+ # mathcat = { version = "0.1.15 ", path = "../MathCAT/" }
2929
3030
3131[profile .release ]
You can’t perform that action at this time.
0 commit comments