We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08f677 commit 84cf72aCopy full SHA for 84cf72a
1 file changed
Cargo.toml
@@ -23,7 +23,7 @@ cfg-if = "1.0.1"
23
zip = { version = "6.0", default-features = false, features = ["bzip2"] }
24
cbindgen = "0.29"
25
# for testing MathCAT without having to publish a new version (change two occurrences)
26
-mathcat = {version = "=0.7.2", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
+mathcat = {version = "=0.7.5", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
27
# mathcat = {path = "../MathCAT/" , features = ["include-zip"]} # for building, we want the zip files so we can include them separately
28
29
[target.'cfg(target_os = "windows")'.build-dependencies]
0 commit comments