From 48a4aa28856f5c296588552a0afe3b6b95db45c4 Mon Sep 17 00:00:00 2001 From: dexloom Date: Thu, 20 Jun 2024 14:28:22 +0200 Subject: [PATCH] cargo update --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05a4769..a309aaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"