From 793bb832746564c1e41bed0dda01524b6d2d2bf5 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Fri, 28 Jun 2024 23:58:34 +0200 Subject: [PATCH] chore: release 0.3.6 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b2318aa..c4083d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.3.5" +version = "0.3.6" edition = "2021" rust-version = "1.64" authors = ["Alloy Contributors"] @@ -18,8 +18,8 @@ rustdoc-args = ["--cfg", "docsrs"] [workspace.dependencies] # workspace crates -alloy-rlp = { version = "0.3.5", path = "crates/rlp", default-features = false } -alloy-rlp-derive = { version = "0.3.5", path = "crates/rlp-derive", default-features = false } +alloy-rlp = { version = "0.3.6", path = "crates/rlp", default-features = false } +alloy-rlp-derive = { version = "0.3.6", path = "crates/rlp-derive", default-features = false } # macros proc-macro2 = "1.0"