From bf77435219ff676f79fc58b6d2ff40609cbb2aad Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:19:10 +0200 Subject: [PATCH] chore: release 0.3.2 (#242) --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ebc58ee4c0..0b70f06514 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.3.1" +version = "0.3.2" edition = "2021" rust-version = "1.65" authors = ["Alloy Contributors"] @@ -18,13 +18,13 @@ rustdoc-args = ["--cfg", "docsrs"] [workspace.dependencies] # workspace crates -alloy-dyn-abi = { version = "0.3.1", path = "crates/dyn-abi", default-features = false } -alloy-json-abi = { version = "0.3.1", path = "crates/json-abi", default-features = false } -alloy-primitives = { version = "0.3.1", path = "crates/primitives", default-features = false } -alloy-sol-macro = { version = "0.3.1", path = "crates/sol-macro", default-features = false } -alloy-sol-type-parser = { version = "0.3.1", path = "crates/sol-type-parser", default-features = false } -alloy-sol-types = { version = "0.3.1", path = "crates/sol-types", default-features = false } -syn-solidity = { version = "0.3.1", path = "crates/syn-solidity", default-features = false } +alloy-dyn-abi = { version = "0.3.2", path = "crates/dyn-abi", default-features = false } +alloy-json-abi = { version = "0.3.2", path = "crates/json-abi", default-features = false } +alloy-primitives = { version = "0.3.2", path = "crates/primitives", default-features = false } +alloy-sol-macro = { version = "0.3.2", path = "crates/sol-macro", default-features = false } +alloy-sol-type-parser = { version = "0.3.2", path = "crates/sol-type-parser", default-features = false } +alloy-sol-types = { version = "0.3.2", path = "crates/sol-types", default-features = false } +syn-solidity = { version = "0.3.2", path = "crates/syn-solidity", default-features = false } # serde serde = { version = "1.0", default-features = false, features = ["alloc"] }