Skip to content

Commit

Permalink
Merge pull request #55 from malik672/upstream
Browse files Browse the repository at this point in the history
fix(upstream): Fix discrepancy with upstream
  • Loading branch information
malik672 authored Mar 5, 2024
2 parents 2891f4e + acf1516 commit 41108c1
Show file tree
Hide file tree
Showing 4 changed files with 535 additions and 322 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "uniswap-sdk-core"
version = "0.18.0"
version = "0.19.0"
edition = "2021"
authors = ["malik <[email protected]>", "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.6"
bigdecimal = "0.4.2"
bigdecimal = "=0.4.2"
eth_checksum = { version = "0.1.2", optional = true }
lazy_static = "1.4"
num-bigint = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your Cargo.toml

```
[dependencies]
uniswap-sdk-core = "0.17.0";
uniswap-sdk-core = "0.19.0";
```

And this to your code:
Expand Down
Loading

0 comments on commit 41108c1

Please sign in to comment.