Skip to content

Commit

Permalink
update MathCAT version
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Feb 26, 2023
1 parent 589a32e commit a4e084b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "C/C++ interface for MathCAT (for MathCAT info, see crates.io or n


[dependencies.mathcat]
version = "0.1.27"
version = "0.0.2"
# for testing MathCAT without having to publish a new version (change two occurences)
# path = "../MathCAT/"

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

[profile.release]
debug = true
lto = true
# opt-level = "z" # Optimize for size.

0 comments on commit a4e084b

Please sign in to comment.