Skip to content

Commit 22b94d2

Browse files
committed
change not to use local path
1 parent 6f223de commit 22b94d2

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
@@ -23,7 +23,7 @@ crate-type = ["cdylib"]
2323
[dependencies.mathcat]
2424
version = "=0.6.8-rc.4"
2525
# for testing MathCAT without having to publish a new version (change two occurrences)
26-
path = "../MathCAT/"
26+
# path = "../MathCAT/"
2727
features = ["include-zip"] # for building, we want the zip files so we can include them separately
2828

2929
[dependencies.pyo3]
@@ -32,8 +32,8 @@ features = ["extension-module", "abi3"]
3232

3333
[build-dependencies]
3434
zip = { version = "2.1", default-features = false, features = ["bzip2"] }
35-
# mathcat = {version = "=0.6.8-rc.4", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
36-
mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
35+
mathcat = {version = "=0.6.8-rc.4", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
36+
# mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3737
# for testing MathCAT without having to publish a new version (change two occurrences)
3838

3939

0 commit comments

Comments
 (0)