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-rc.2 "
3+ version = " 0.7.0-rc.4 "
44authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
55edition = " 2021"
66license = " MIT"
@@ -11,8 +11,8 @@ 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-rc.2 " } # for building, we want the zip files so we can include them separately
15- # mathcat = { path= "../MathCAT/"} # for building, we want the zip files so we can include them separately
14+ mathcat = { version = " 0.7.0-rc.4 " } # for building, we want the zip files so we can include them separately
15+ # mathcat = {version = "0.7.0-rc.4", path= "../MathCAT/"} # for building, we want the zip files so we can include them separately
1616
1717[lib ]
1818name = " libmathcat_c"
@@ -23,8 +23,9 @@ cfg-if = "1.0.1"
2323zip = { version = " 4.3" , default-features = false , features = [" bzip2" ] }
2424cbindgen = " 0.29"
2525# for testing MathCAT without having to publish a new version (change two occurences)
26- mathcat = {version = " 0.7.0-rc.2" } # for building, we want the zip files so we can include them separately
27- # mathcat = {path = "../MathCAT/" } # for building, we want the zip files so we can include them separately
26+ # [target.'cfg(feature = "include-unzip")'.build-dependencies]
27+ mathcat = {version = " 0.7.0-rc.4" } # for building, we want the zip files so we can include them separately
28+ # mathcat = {version = "0.7.0-rc.4", path = "../MathCAT/" } # for building, we want the zip files so we can include them separately
2829
2930[profile .release ]
3031debug = true
You can’t perform that action at this time.
0 commit comments