Skip to content

Commit

Permalink
use tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed May 6, 2024
1 parent 9668d58 commit fad5b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/OffchainLabs/cargo-stylus"

[workspace.dependencies]
alloy-primitives = "0.7.2"
alloy-primitives = { version = "0.7.2", features = ["tiny-keccak"] }
alloy-json-abi = "0.7.2"
clap = { version = "4.5.4", features = [ "derive", "color" ] }
ethers = "2.0.10"
Expand Down

0 comments on commit fad5b6f

Please sign in to comment.