Skip to content

Commit 84cf72a

Browse files
committed
bump version # -- missed a spot
1 parent a08f677 commit 84cf72a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cfg-if = "1.0.1"
2323
zip = { version = "6.0", default-features = false, features = ["bzip2"] }
2424
cbindgen = "0.29"
2525
# for testing MathCAT without having to publish a new version (change two occurrences)
26-
mathcat = {version = "=0.7.2", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
26+
mathcat = {version = "=0.7.5", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
2727
# mathcat = {path = "../MathCAT/" , features = ["include-zip"]} # for building, we want the zip files so we can include them separately
2828

2929
[target.'cfg(target_os = "windows")'.build-dependencies]

0 commit comments

Comments
 (0)