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 11[package ]
22name = " mathcat_c"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
55edition = " 2021"
66license = " MIT"
77description = " C/C++ interface for MathCAT (for MathCAT info, see crates.io or nsoiffer.github.io/MathCAT)"
88resolver = " 2" # allows different build dependency features
99
1010[dependencies .mathcat ]
11- version = " 0.6.1 "
11+ version = " 0.6.2 "
1212# for testing MathCAT without having to publish a new version (change two occurences)
1313# path = "../MathCAT/"
1414# features = ["include-zip"] # for building, we want the zip files so we can include them separately
@@ -21,7 +21,7 @@ crate-type = ["cdylib"] # Creates dynamic lib
2121[build-dependencies ]
2222zip = { version = " 2.1" , default-features = false , features = [" bzip2" ] }
2323cbindgen = " 0.24"
24- mathcat = { version = " 0.6.1 " , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
24+ mathcat = { version = " 0.6.2 " , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
2525# for testing MathCAT without having to publish a new version (change two occurences)
2626# mathcat = {path = "../MathCAT/", features = ["include-zip"]}
2727
You can’t perform that action at this time.
0 commit comments