Skip to content

Commit

Permalink
Merge pull request #37 from dexloom/main
Browse files Browse the repository at this point in the history
cargo update
  • Loading branch information
0xKitsune authored Jun 20, 2024
2 parents 1120ff6 + 48a4aa2 commit ae80102
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ keywords = ["uniswapV3", "math"]
exclude = ["target/*", ".github/*", ".gitignore", "Uniswap/*"]

[dependencies]
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999", features = [
"contract",
"providers",
] }
alloy = { version="0.1", features = ["contract","providers"] }

eyre = "0.6.12"
thiserror = "1.0.61"

0 comments on commit ae80102

Please sign in to comment.