Skip to content

Commit

Permalink
chore: release 0.3.6 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Mar 18, 2024
1 parent 4f15d5a commit f9183d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/svm-builds", "crates/svm-rs"]
resolver = "2"

[workspace.package]
version = "0.3.5"
version = "0.3.6"
edition = "2021"
rust-version = "1.70"
authors = [
Expand All @@ -17,7 +17,7 @@ repository = "https://github.com/alloy-rs/svm-rs"
homepage = "https://github.com/alloy-rs/svm-rs"

[workspace.dependencies]
svm = { package = "svm-rs", version = "0.3.5", path = "crates/svm-rs", default-features = false }
svm = { package = "svm-rs", version = "0.3.6", path = "crates/svm-rs", default-features = false }

hex = { package = "const-hex", version = "1.10" }
semver = "1"
Expand Down

0 comments on commit f9183d7

Please sign in to comment.