Skip to content

Commit

Permalink
bump version #
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Jun 16, 2024
1 parent 4ebbefd commit aedb1fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "mathcat_c"
version = "0.6.2"
version = "0.6.3"
authors = ["Neil Soiffer <[email protected]>"]
edition = "2021"
license = "MIT"
description = "C/C++ interface for MathCAT (for MathCAT info, see crates.io or nsoiffer.github.io/MathCAT)"
resolver = "2" # allows different build dependency features

[dependencies.mathcat]
version = "0.6.2"
version = "0.6.3"
# for testing MathCAT without having to publish a new version (change two occurences)
# path = "../MathCAT/"
# features = ["include-zip"] # for building, we want the zip files so we can include them separately
Expand All @@ -21,7 +21,7 @@ crate-type = ["cdylib"] # Creates dynamic lib
[build-dependencies]
zip = { version = "2.1", default-features = false, features = ["bzip2"] }
cbindgen = "0.24"
mathcat = { version = "0.6.2", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
mathcat = { version = "0.6.3", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
# for testing MathCAT without having to publish a new version (change two occurences)
# mathcat = {path = "../MathCAT/", features = ["include-zip"]}

Expand Down

0 comments on commit aedb1fd

Please sign in to comment.