Skip to content

Commit

Permalink
chore: release 0.5.7 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 4, 2024
1 parent cf045ee commit e946078
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.5.6"
version = "0.5.7"
edition = "2021"
rust-version = "1.80"
authors = [
Expand All @@ -16,7 +16,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.5.6", path = "crates/svm-rs", default-features = false }
svm = { package = "svm-rs", version = "0.5.7", path = "crates/svm-rs", default-features = false }

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

0 comments on commit e946078

Please sign in to comment.