File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77[package ]
88name = " MathCatForPython"
9- version = " 0.7.6-beta.3 "
9+ version = " 0.7.6-beta.4 "
1010authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
11- edition = " 2018 "
11+ edition = " 2024 "
1212resolver = " 2" # allows different build dependency features
1313
1414
@@ -21,7 +21,7 @@ name = "libmathcat_py"
2121crate-type = [" cdylib" ]
2222
2323[dependencies .mathcat ]
24- version = " =0.7.6-beta.3 "
24+ version = " =0.7.6-beta.4 "
2525# for testing MathCAT without having to publish a new version (change two occurrences)
2626# path = "../MathCAT/"
2727
@@ -30,8 +30,8 @@ version = "0.27"
3030features = [" extension-module" , " abi3" ]
3131
3232[build-dependencies ]
33- zip = { version = " 8.2 " , default-features = false , features = [" bzip2" ] }
34- mathcat = {version = " =0.7.6-beta.3 " , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
33+ zip = { version = " 8.5 " , default-features = false , features = [" bzip2" ] }
34+ mathcat = {version = " =0.7.6-beta.4 " , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
3535# mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3636
3737
You can’t perform that action at this time.
0 commit comments