Skip to content

Commit

Permalink
Merge pull request #77 from malik672/dep
Browse files Browse the repository at this point in the history
chore: Bump version to 1.1.0 and update alloy-primitives
  • Loading branch information
malik672 authored Aug 22, 2024
2 parents 8e539cd + b9887e8 commit bcd486f
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 bcd486f

Please sign in to comment.