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 @@ -19,19 +19,19 @@ name = "libmathcat_py"
1919crate-type = [" cdylib" ]
2020
2121[dependencies .mathcat ]
22- # version = "0.5.2"
22+ version = " 0.5.2"
2323# for testing MathCAT without having to publish a new version (change two occurences)
24- path = " ../MathCAT/"
24+ # path = "../MathCAT/"
2525
2626[dependencies .pyo3 ]
2727version = " 0.15.1"
2828features = [" extension-module" , " abi3" ]
2929
3030[build-dependencies ]
3131zip = { version = " 0.6.2" , default-features = false , features = [" deflate" ] }
32- # mathcat = "0.5.2"
32+ mathcat = " 0.5.2"
3333# for testing MathCAT without having to publish a new version (change two occurences)
34- mathcat = {path = " ../MathCAT/" }
34+ # mathcat = {path = "../MathCAT/"}
3535
3636
3737[profile .release ]
You can’t perform that action at this time.
0 commit comments