Skip to content

Commit

Permalink
chore: bump up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
roynalnaruto committed Jun 20, 2022
1 parent e1219f6 commit 50b1d67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svm-rs"
version = "0.2.11"
version = "0.2.12"
edition = "2018"
authors = ["Rohit Narurkar <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions svm-builds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svm-rs-builds"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Matthias Seitz <[email protected]>", "Rohit Narurkar <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand All @@ -14,7 +14,7 @@ build = "build.rs"

[build-dependencies]
build_const = "0.2.2"
svm = { package = "svm-rs", version = "0.2.11", path = "..", features = ["blocking"]}
svm = { package = "svm-rs", version = "0.2.12", path = "..", features = ["blocking"]}
semver = { version = "1.0.4", default-features = false, features = ["std", "serde"] }
hex = "0.4.3"
serde_json = "1.0.79"
Expand Down

0 comments on commit 50b1d67

Please sign in to comment.