diff --git a/Cargo.toml b/Cargo.toml index 5ee0eb3..6422154 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "uniswap-sdk-core" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["malik ", "Shuhui Luo "] description = "The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap decentralized exchange" license = "MIT" [dependencies] -alloy-primitives = "0.7" +alloy-primitives = "0.8" bigdecimal = "0.4.5" eth_checksum = { version = "0.1.2", optional = true } lazy_static = "1.5"