Skip to content

Commit

Permalink
Pin Alloy Versions for Cargo Stylus (#79)
Browse files Browse the repository at this point in the history
* pin alloy versions

* edit

* pin
  • Loading branch information
rauljordan authored Aug 27, 2024
1 parent f8e4761 commit 2cd712c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/OffchainLabs/cargo-stylus"

[workspace.dependencies]
alloy-primitives = "0.7.6"
alloy-json-abi = "0.7.6"
alloy-sol-macro = "0.7.6"
alloy-sol-types = "0.7.6"
alloy-primitives = "=0.7.7"
alloy-json-abi = "=0.7.7"
alloy-sol-macro = "=0.7.7"
alloy-sol-types = "=0.7.7"
alloy-ethers-typecast = "0.2.0"
clap = { version = "4.5.4", features = [ "derive", "color" ] }
ethers = "2.0.10"
Expand Down

0 comments on commit 2cd712c

Please sign in to comment.