Skip to content

Commit

Permalink
chore: release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 23, 2024
1 parent 6f20f69 commit 9e09ca3
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.3"
version = "0.3.4"
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.3", default-features = false, features = [
svm = { package = "svm-rs", path = "../svm-rs", version = "0.3.4", 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.3"
version = "0.3.4"
edition = "2021"
rust-version = "1.65"
authors = ["Rohit Narurkar <[email protected]>"]
Expand Down

0 comments on commit 9e09ca3

Please sign in to comment.