From feb3393a5c5d18269f6aaa1d3fd3b8dbaa274b0f Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 10 Sep 2024 01:10:12 +0200 Subject: [PATCH] chore: rm workspace version --- Cargo.toml | 1 - crates/eip2930/Cargo.toml | 2 +- crates/eip7702/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0dd0a90..3c46cb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.1.0" edition = "2021" rust-version = "1.76" authors = ["Alloy Contributors"] diff --git a/crates/eip2930/Cargo.toml b/crates/eip2930/Cargo.toml index 1e21741..28bbb79 100644 --- a/crates/eip2930/Cargo.toml +++ b/crates/eip2930/Cargo.toml @@ -2,7 +2,7 @@ name = "alloy-eip2930" description = "Implementation of EIP-2930 type definitions" -version.workspace = true +version = "0.1.0" edition.workspace = true rust-version.workspace = true authors.workspace = true diff --git a/crates/eip7702/Cargo.toml b/crates/eip7702/Cargo.toml index f9e0897..dd0ff54 100644 --- a/crates/eip7702/Cargo.toml +++ b/crates/eip7702/Cargo.toml @@ -2,7 +2,7 @@ name = "alloy-eip7702" description = "Implementation of EIP-7702 type definitions" -version.workspace = true +version = "0.1.0" edition.workspace = true rust-version.workspace = true authors.workspace = true