Skip to content

Commit

Permalink
rem
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed May 6, 2024
1 parent fad5b6f commit 8ae5587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = { version = "0.7.2", features = ["tiny-keccak"] }
alloy-primitives = "0.7.2"
alloy-json-abi = "0.7.2"
clap = { version = "4.5.4", features = [ "derive", "color" ] }
ethers = "2.0.10"
Expand All @@ -31,4 +31,4 @@ parking_lot = "0.12.1"
sneks = "0.1.2"

# members
cargo-stylus-util = { path = "util", version = "0.2.1" }
cargo-stylus-util = { path = "util", version = "0.2.1" }

0 comments on commit 8ae5587

Please sign in to comment.