Skip to content

Commit

Permalink
Add 'Position' entity (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhuiluo authored Jan 6, 2024
1 parent 0f33897 commit 1784ce1
Show file tree
Hide file tree
Showing 7 changed files with 493 additions and 78 deletions.
116 changes: 47 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniswap-v3-sdk"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Shuhui Luo <twitter.com/aureliano_law>"]
description = "Uniswap V3 SDK for Rust"
Expand All @@ -24,7 +24,7 @@ num-traits = "0.2.17"
once_cell = "1.19.0"
ruint = "1.11.1"
thiserror = "1.0.53"
uniswap-sdk-core = "0.6.1"
uniswap-sdk-core = "0.7.0"
uniswap_v3_math = "0.4.1"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 1784ce1

Please sign in to comment.