File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ name = "libmathcat_py"
2121crate-type = [" cdylib" ]
2222
2323[dependencies .mathcat ]
24- version = " =0.6.9 "
24+ version = " =0.6.10 "
2525# for testing MathCAT without having to publish a new version (change two occurrences)
2626# path = "../MathCAT/"
2727features = [" include-zip" ] # for building, we want the zip files so we can include them separately
@@ -31,8 +31,8 @@ version = "0.22"
3131features = [" extension-module" , " abi3" ]
3232
3333[build-dependencies ]
34- zip = { version = " 4.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
34+ zip = { version = " 4.1 " , default-features = false , features = [" bzip2" ] }
35+ mathcat = {version = " =0.6.10 " , 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)
3838
You can’t perform that action at this time.
0 commit comments