File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " mathcat_c"
3- version = " 0.7.0 "
3+ version = " 0.7.2-rc.1 "
44authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
55edition = " 2021"
66license = " MIT"
@@ -11,7 +11,7 @@ resolver = "2" # allows different build dependency features
1111"include-zip" = [" mathcat/include-zip" ] # include the zip files in the build
1212
1313[dependencies ]
14- mathcat = {version = " 0.7.0 " }
14+ mathcat = {version = " 0.7.2-rc.1 " }
1515# mathcat = {path= "../MathCAT/"} # for building, we want the zip files so we can include them separately
1616
1717[lib ]
@@ -20,10 +20,10 @@ crate-type = ["cdylib"] # Creates dynamic lib
2020
2121[build-dependencies ]
2222cfg-if = " 1.0.1"
23- zip = { version = " 4.3 " , default-features = false , features = [" bzip2" ] }
23+ zip = { version = " 5.1 " , default-features = false , features = [" bzip2" ] }
2424cbindgen = " 0.29"
2525# for testing MathCAT without having to publish a new version (change two occurrences)
26- mathcat = {version = " =0.7.0 " , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
26+ mathcat = {version = " =0.7.2-rc.1 " , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
2727# mathcat = {path = "../MathCAT/" , features = ["include-zip"]} # for building, we want the zip files so we can include them separately
2828
2929[target .'cfg(target_os = "windows")' .build-dependencies ]
You can’t perform that action at this time.
0 commit comments