We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2891f4e + acf1516 commit 41108c1Copy full SHA for 41108c1
Cargo.toml
@@ -1,14 +1,14 @@
1
[package]
2
name = "uniswap-sdk-core"
3
-version = "0.18.0"
+version = "0.19.0"
4
edition = "2021"
5
authors = ["malik <aremumalik05@gmail.com>", "Shuhui Luo <twitter.com/aureliano_law>"]
6
description = "The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap decentralized exchange"
7
license = "MIT"
8
9
[dependencies]
10
alloy-primitives = "0.6"
11
-bigdecimal = "0.4.2"
+bigdecimal = "=0.4.2"
12
eth_checksum = { version = "0.1.2", optional = true }
13
lazy_static = "1.4"
14
num-bigint = "0.4.4"
README.md
@@ -17,7 +17,7 @@ Add this to your Cargo.toml
17
18
```
19
20
-uniswap-sdk-core = "0.17.0";
+uniswap-sdk-core = "0.19.0";
21
22
23
And this to your code:
0 commit comments