Skip to content

Commit

Permalink
Merge pull request #98 from alloy-rs/matt/bump-version123123
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
mattsse authored Oct 30, 2023
2 parents 26a11c0 + 5277c09 commit ceefceb
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 ceefceb

Please sign in to comment.