Skip to content

Commit

Permalink
chore: release 0.5.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Apr 4, 2024
1 parent 72aaaaa commit ed8ac4a
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.4.1"
version = "0.5.0"
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.4.1", path = "crates/svm-rs", default-features = false }
svm = { package = "svm-rs", version = "0.5.0", path = "crates/svm-rs", default-features = false }

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

0 comments on commit ed8ac4a

Please sign in to comment.