Skip to content

Commit

Permalink
chore: rm workspace version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 9, 2024
1 parent 3136c28 commit feb3393
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.1.0"
edition = "2021"
rust-version = "1.76"
authors = ["Alloy Contributors"]
Expand Down
2 changes: 1 addition & 1 deletion crates/eip2930/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/eip7702/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit feb3393

Please sign in to comment.