Skip to content

Commit a88b463

Browse files
committed
Forgot to make this a non-local build
1 parent 5d457bd commit a88b463

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,16 +23,16 @@ crate-type = ["cdylib"]
2323
[dependencies.mathcat]
2424
version = "=0.7.1"
2525
# for testing MathCAT without having to publish a new version (change two occurrences)
26-
path = "../MathCAT/"
26+
# path = "../MathCAT/"
2727

2828
[dependencies.pyo3]
2929
version = "0.22"
3030
features = ["extension-module", "abi3"]
3131

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

3838

0 commit comments

Comments
 (0)