Skip to content

Commit 41108c1

Browse files
authored
Merge pull request #55 from malik672/upstream
fix(upstream): Fix discrepancy with upstream
2 parents 2891f4e + acf1516 commit 41108c1

File tree

4 files changed

+535
-322
lines changed

4 files changed

+535
-322
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "uniswap-sdk-core"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
authors = ["malik <aremumalik05@gmail.com>", "Shuhui Luo <twitter.com/aureliano_law>"]
66
description = "The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap decentralized exchange"
77
license = "MIT"
88

99
[dependencies]
1010
alloy-primitives = "0.6"
11-
bigdecimal = "0.4.2"
11+
bigdecimal = "=0.4.2"
1212
eth_checksum = { version = "0.1.2", optional = true }
1313
lazy_static = "1.4"
1414
num-bigint = "0.4.4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add this to your Cargo.toml
1717

1818
```
1919
[dependencies]
20-
uniswap-sdk-core = "0.17.0";
20+
uniswap-sdk-core = "0.19.0";
2121
```
2222

2323
And this to your code:

0 commit comments

Comments
 (0)