Skip to content

Commit

Permalink
chore: release 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Oct 23, 2024
1 parent fbc821d commit 5dc5c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.3.8"
version = "0.3.9"
edition = "2021"
rust-version = "1.64"
authors = ["Alloy Contributors"]
Expand Down Expand Up @@ -36,8 +36,8 @@ rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
# workspace crates
alloy-rlp = { version = "0.3.8", path = "crates/rlp", default-features = false }
alloy-rlp-derive = { version = "0.3.8", path = "crates/rlp-derive", default-features = false }
alloy-rlp = { version = "0.3.9", path = "crates/rlp", default-features = false }
alloy-rlp-derive = { version = "0.3.9", path = "crates/rlp-derive", default-features = false }

# macros
proc-macro2 = "1.0"
Expand Down

0 comments on commit 5dc5c87

Please sign in to comment.