Skip to content

Commit

Permalink
set build to crates.io version
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Apr 8, 2022
1 parent 6ab0b48 commit 2a6c68f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ crate-type = ["cdylib"]
[dependencies.mathcat]
version = "0.1.18"
# for testing MathCAT without having to publish a new version (change two occurences)
path = "../MathCAT/"
# path = "../MathCAT/"

[dependencies.pyo3]
version = "0.15.1"
features = ["extension-module", "abi3"]

[build-dependencies]
zip = { version = "0.5", default-features = false }
#mathcat = "0.1.18"
mathcat = "0.1.18"
# for testing MathCAT without having to publish a new version (change two occurences)
mathcat = {version= "0.1.18", path = "../MathCAT/"}
#mathcat = {version= "0.1.18", path = "../MathCAT/"}


[profile.release]
Expand Down

0 comments on commit 2a6c68f

Please sign in to comment.