Skip to content

Commit 9aef28e

Browse files
committed
chore: release 0.3.8
1 parent dd9383e commit 9aef28e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.3.7"
6+
version = "0.3.8"
77
edition = "2021"
88
rust-version = "1.64"
99
authors = ["Alloy Contributors"]
@@ -18,8 +18,8 @@ rustdoc-args = ["--cfg", "docsrs"]
1818

1919
[workspace.dependencies]
2020
# workspace crates
21-
alloy-rlp = { version = "0.3.7", path = "crates/rlp", default-features = false }
22-
alloy-rlp-derive = { version = "0.3.7", path = "crates/rlp-derive", default-features = false }
21+
alloy-rlp = { version = "0.3.8", path = "crates/rlp", default-features = false }
22+
alloy-rlp-derive = { version = "0.3.8", path = "crates/rlp-derive", default-features = false }
2323

2424
# macros
2525
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)