Skip to content

Commit 6b16037

Browse files
committed
remove stray char
1 parent ffccbc7 commit 6b16037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ version = "=0.7"
2626
# path = "../MathCAT/"
2727

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

3232
[build-dependencies]
3333
zip = { version = "6.0", default-features = false, features = ["bzip2"] }
3434
mathcat = {version = "=0.7", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
35-
mat?hcat = { path = "../MathCAT/", 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)