Skip to content

Commit a4e084b

Browse files
committed
update MathCAT version
1 parent 589a32e commit a4e084b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "C/C++ interface for MathCAT (for MathCAT info, see crates.io or n
88

99

1010
[dependencies.mathcat]
11-
version = "0.1.27"
11+
version = "0.0.2"
1212
# for testing MathCAT without having to publish a new version (change two occurences)
1313
# path = "../MathCAT/"
1414

@@ -20,10 +20,11 @@ crate-type = ["cdylib"] # Creates dynamic lib
2020
[build-dependencies]
2121
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
2222
cbindgen = "0.20.0"
23-
mathcat = "0.1.27"
23+
mathcat = "0.0.2"
2424
# for testing MathCAT without having to publish a new version (change two occurences)
2525
# mathcat = {path = "../MathCAT/"}
2626

2727
[profile.release]
28+
debug = true
2829
lto = true
2930
# opt-level = "z" # Optimize for size.

0 commit comments

Comments
 (0)