Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Oct 30, 2023
1 parent 26a11c0 commit 5277c09
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.

4 changes: 2 additions & 2 deletions crates/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.2.1"
version = "0.2.2"
edition = "2021"
rust-version = "1.65"
authors = [
Expand All @@ -14,7 +14,7 @@ homepage = "https://github.com/roynalnaruto/svm-rs"
description = "Solidity compiler builds"

[build-dependencies]
svm = { package = "svm-rs", path = "../svm-rs", version = "0.3.1", default-features = false, features = [
svm = { package = "svm-rs", path = "../svm-rs", version = "0.3.2", default-features = false, features = [
"blocking",
"rustls",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/svm-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "svm-rs"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
rust-version = "1.65"
authors = ["Rohit Narurkar <rohit.narurkar@protonmail.com>"]
Expand Down

0 comments on commit 5277c09

Please sign in to comment.