We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec82c9e commit b2bcb5eCopy full SHA for b2bcb5e
Cargo.toml
@@ -28,7 +28,7 @@ rust-version = "1.85.0"
28
[workspace.dependencies]
29
aes-gcm = { version = "0.10.3" }
30
alloy = { version = "1.0", features = ["default", "arbitrary", "k256", "serde", "rlp"] }
31
-alloy-signer = { version = "1.0" }
+alloy-signer = "1.0"
32
alloy-chains = "0.2"
33
# derive feature is not exposed via `alloy`, thus has to explicitly declare here
34
alloy-rlp = { version = "0.3.12", features = ["derive"] }
0 commit comments