Skip to content

Commit a2ce71c

Browse files
committed
use sibling path
1 parent 25c8fdf commit a2ce71c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "MathCatForPython"
9-
version = "0.2.0"
9+
version = "0.2.6"
1010
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
1111
edition = "2018"
1212

@@ -19,19 +19,19 @@ name = "libmathcat_py"
1919
crate-type = ["cdylib"]
2020

2121
[dependencies.mathcat]
22-
version = "0.2.5"
22+
# version = "0.2.6"
2323
# for testing MathCAT without having to publish a new version (change two occurences)
24-
# path = "../MathCAT/"
24+
path = "../MathCAT/"
2525

2626
[dependencies.pyo3]
2727
version = "0.15.1"
2828
features = ["extension-module", "abi3"]
2929

3030
[build-dependencies]
3131
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
32-
mathcat = "0.2.5"
32+
# mathcat = "0.2.6"
3333
# for testing MathCAT without having to publish a new version (change two occurences)
34-
# mathcat = {version= "0.2.5", path = "../MathCAT/"}
34+
mathcat = {path = "../MathCAT/"}
3535

3636

3737
[profile.release]

0 commit comments

Comments
 (0)