Skip to content

Commit b2bcb5e

Browse files
Update Cargo.toml
Co-authored-by: Toralf Wittner <[email protected]>
1 parent ec82c9e commit b2bcb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rust-version = "1.85.0"
2828
[workspace.dependencies]
2929
aes-gcm = { version = "0.10.3" }
3030
alloy = { version = "1.0", features = ["default", "arbitrary", "k256", "serde", "rlp"] }
31-
alloy-signer = { version = "1.0" }
31+
alloy-signer = "1.0"
3232
alloy-chains = "0.2"
3333
# derive feature is not exposed via `alloy`, thus has to explicitly declare here
3434
alloy-rlp = { version = "0.3.12", features = ["derive"] }

0 commit comments

Comments
 (0)