Skip to content

Commit 7361815

Browse files
committed
bump version
1 parent ee5c22a commit 7361815

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mathcat_c"
3-
version = "0.7.0"
3+
version = "0.7.2-rc.1"
44
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
55
edition = "2021"
66
license = "MIT"
@@ -11,7 +11,7 @@ resolver = "2" # allows different build dependency features
1111
"include-zip" = ["mathcat/include-zip"] # include the zip files in the build
1212

1313
[dependencies]
14-
mathcat = {version = "0.7.0"}
14+
mathcat = {version = "0.7.2-rc.1"}
1515
# mathcat = {path= "../MathCAT/"} # for building, we want the zip files so we can include them separately
1616

1717
[lib]
@@ -20,10 +20,10 @@ crate-type = ["cdylib"] # Creates dynamic lib
2020

2121
[build-dependencies]
2222
cfg-if = "1.0.1"
23-
zip = { version = "4.3", default-features = false, features = ["bzip2"] }
23+
zip = { version = "5.1", 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.0", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
26+
mathcat = {version = "=0.7.2-rc.1", 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)