Skip to content

Commit

Permalink
chore: release 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Aug 5, 2024
1 parent dd9383e commit 9aef28e
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.7"
version = "0.3.8"
edition = "2021"
rust-version = "1.64"
authors = ["Alloy Contributors"]
Expand All @@ -18,8 +18,8 @@ rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
# workspace crates
alloy-rlp = { version = "0.3.7", path = "crates/rlp", default-features = false }
alloy-rlp-derive = { version = "0.3.7", path = "crates/rlp-derive", default-features = false }
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 }

# macros
proc-macro2 = "1.0"
Expand Down

0 comments on commit 9aef28e

Please sign in to comment.