Skip to content

Commit 315dba0

Browse files
committed
udpate MathCAT version
1 parent 5cedd26 commit 315dba0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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.7.6-beta.5"
9+
version = "0.7.6-beta.8"
1010
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
1111
edition = "2024"
1212
resolver = "2" # allows different build dependency features
@@ -21,18 +21,18 @@ name = "libmathcat_py"
2121
crate-type = ["cdylib"]
2222

2323
[dependencies.mathcat]
24-
version = "=0.7.6-beta.5"
24+
version = "=0.7.6-beta.8"
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.27"
3030
features = ["extension-module", "abi3"]
3131

3232
[build-dependencies]
3333
zip = { version = "8.5", default-features = false, features = ["bzip2"] }
34-
mathcat = {version = "=0.7.6-beta.5", 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.6-beta.8", 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

3737

3838

0 commit comments

Comments
 (0)