Skip to content

Commit 2a6c68f

Browse files
committed
set build to crates.io version
1 parent 6ab0b48 commit 2a6c68f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ crate-type = ["cdylib"]
1515
[dependencies.mathcat]
1616
version = "0.1.18"
1717
# for testing MathCAT without having to publish a new version (change two occurences)
18-
path = "../MathCAT/"
18+
# path = "../MathCAT/"
1919

2020
[dependencies.pyo3]
2121
version = "0.15.1"
2222
features = ["extension-module", "abi3"]
2323

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

3030

3131
[profile.release]

0 commit comments

Comments
 (0)