Skip to content

Commit

Permalink
chore: Bump version to 1.1.0 and update alloy-primitives
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
shuhuiluo committed Aug 22, 2024
1 parent 8e539cd commit b9887e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "uniswap-sdk-core"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
authors = ["malik <aremumalik05@gmail.com>", "Shuhui Luo <twitter.com/aureliano_law>"]
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"
Expand Down

0 comments on commit b9887e8

Please sign in to comment.