Skip to content

Commit 0d60e42

Browse files
committed
bump version #
1 parent a342655 commit 0d60e42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ name = "libmathcat_py"
2121
crate-type = ["cdylib"]
2222

2323
[dependencies.mathcat]
24-
version = "0.6.8-rc.1"
24+
version = "=0.6.8-rc.1"
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.1", 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.1", 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)