From b9887e820f5fd62eda84a613fe5de8d90bf80773 Mon Sep 17 00:00:00 2001 From: Shuhui Luo <107524008+shuhuiluo@users.noreply.github.com> Date: Thu, 22 Aug 2024 02:51:26 -0400 Subject: [PATCH] chore: Bump version to 1.1.0 and update alloy-primitives Updated the package version to 1.1.0 to reflect new changes. Additionally, upgraded alloy-primitives dependency from version 0.7 to 0.8 to maintain compatibility and leverage new features. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"