Skip to content

Commit 618012b

Browse files
committed
bump version #
1 parent 74e0ca6 commit 618012b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mathcat_c"
3-
version = "0.7.0-rc.2"
3+
version = "0.7.0-rc.4"
44
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
55
edition = "2021"
66
license = "MIT"
@@ -11,8 +11,8 @@ 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-rc.2"} # for building, we want the zip files so we can include them separately
15-
# mathcat = { path= "../MathCAT/"} # for building, we want the zip files so we can include them separately
14+
mathcat = { version = "0.7.0-rc.4"} # for building, we want the zip files so we can include them separately
15+
# mathcat = {version = "0.7.0-rc.4", path= "../MathCAT/"} # for building, we want the zip files so we can include them separately
1616

1717
[lib]
1818
name = "libmathcat_c"
@@ -23,8 +23,9 @@ cfg-if = "1.0.1"
2323
zip = { version = "4.3", default-features = false, features = ["bzip2"] }
2424
cbindgen = "0.29"
2525
# for testing MathCAT without having to publish a new version (change two occurences)
26-
mathcat = {version = "0.7.0-rc.2"} # for building, we want the zip files so we can include them separately
27-
# mathcat = {path = "../MathCAT/" } # for building, we want the zip files so we can include them separately
26+
# [target.'cfg(feature = "include-unzip")'.build-dependencies]
27+
mathcat = {version = "0.7.0-rc.4"} # for building, we want the zip files so we can include them separately
28+
# mathcat = {version = "0.7.0-rc.4", path = "../MathCAT/" } # for building, we want the zip files so we can include them separately
2829

2930
[profile.release]
3031
debug = true

0 commit comments

Comments
 (0)