We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1619033 commit fa74887Copy full SHA for fa74887
Cargo.toml
@@ -24,8 +24,8 @@ serde_json = "1.0"
24
thiserror = "1.0"
25
tokio = { version = "1.38", default-features = false }
26
tracing = "0.1"
27
-uniswap_v3_math = "0.5.1"
28
-alloy = { version = "0.2", features = [
+uniswap_v3_math = { git = "https://github.com/0xKitsune/uniswap-v3-math.git" }
+alloy = { version = "0.3", features = [
29
"contract",
30
"network",
31
"provider-ws",
@@ -49,7 +49,7 @@ criterion = "0.5"
49
tokio = { version = "1.38", default-features = false, features = [
50
"rt-multi-thread",
51
] }
52
-alloy = { version = "0.2", features = ["rpc-client"] }
+alloy = { version = "0.3", features = ["rpc-client"] }
53
54
[[bench]]
55
name = "state_space"
0 commit comments