Skip to content

Commit 264cdd1

Browse files
committed
chore: release 0.3.10
1 parent ecf26da commit 264cdd1

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.9"
6+
version = "0.3.10"
77
edition = "2021"
88
rust-version = "1.64"
99
authors = ["Alloy Contributors"]
@@ -36,8 +36,8 @@ rustdoc-args = ["--cfg", "docsrs"]
3636

3737
[workspace.dependencies]
3838
# workspace crates
39-
alloy-rlp = { version = "0.3.9", path = "crates/rlp", default-features = false }
40-
alloy-rlp-derive = { version = "0.3.9", path = "crates/rlp-derive", default-features = false }
39+
alloy-rlp = { version = "0.3.10", path = "crates/rlp", default-features = false }
40+
alloy-rlp-derive = { version = "0.3.10", path = "crates/rlp-derive", default-features = false }
4141

4242
# macros
4343
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)