Skip to content

Commit 4ebbefd

Browse files
committed
update version
1 parent 9f720e4 commit 4ebbefd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "mathcat_c"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
55
edition = "2021"
66
license = "MIT"
77
description = "C/C++ interface for MathCAT (for MathCAT info, see crates.io or nsoiffer.github.io/MathCAT)"
88
resolver = "2" # allows different build dependency features
99

1010
[dependencies.mathcat]
11-
version = "0.6.1"
11+
version = "0.6.2"
1212
# for testing MathCAT without having to publish a new version (change two occurences)
1313
# path = "../MathCAT/"
1414
# features = ["include-zip"] # for building, we want the zip files so we can include them separately
@@ -21,7 +21,7 @@ crate-type = ["cdylib"] # Creates dynamic lib
2121
[build-dependencies]
2222
zip = { version = "2.1", default-features = false, features = ["bzip2"] }
2323
cbindgen = "0.24"
24-
mathcat = { version = "0.6.1", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
24+
mathcat = { version = "0.6.2", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
2525
# for testing MathCAT without having to publish a new version (change two occurences)
2626
# mathcat = {path = "../MathCAT/", features = ["include-zip"]}
2727

0 commit comments

Comments
 (0)