Skip to content

Commit ae80102

Browse files
authored
Merge pull request #37 from dexloom/main
cargo update
2 parents 1120ff6 + 48a4aa2 commit ae80102

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ keywords = ["uniswapV3", "math"]
1111
exclude = ["target/*", ".github/*", ".gitignore", "Uniswap/*"]
1212

1313
[dependencies]
14-
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "dd7a999", features = [
15-
"contract",
16-
"providers",
17-
] }
14+
alloy = { version="0.1", features = ["contract","providers"] }
15+
1816
eyre = "0.6.12"
1917
thiserror = "1.0.61"

0 commit comments

Comments
 (0)