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 Jan 13, 2023
1 parent 97c4021 commit 25f941c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.18"
version = "0.2.19"
edition = "2018"
authors = ["Rohit Narurkar <rohit.narurkar@protonmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion svm-builds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build = "build.rs"

[build-dependencies]
build_const = "0.2.2"
svm = { package = "svm-rs", version = "0.2.18", path = "..", features = ["blocking"]}
svm = { package = "svm-rs", version = "0.2.19", 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 25f941c

Please sign in to comment.