Skip to content

Commit

Permalink
chore: release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Aug 19, 2024
1 parent 279bbd2 commit 62db7b3
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.4"
version = "0.5.5"
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.4", path = "crates/svm-rs", default-features = false }
svm = { package = "svm-rs", version = "0.5.5", path = "crates/svm-rs", default-features = false }

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

0 comments on commit 62db7b3

Please sign in to comment.