Skip to content

Commit

Permalink
deps: bump uint to 0.9.5 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevi-me committed Dec 7, 2022
1 parent 5a251d5 commit c621f59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions stable-swap-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ keywords = ["solana", "saber", "math"]
borsh = "0.9.2"
num-traits = "0.2"
stable-swap-client = { path = "../stable-swap-client", version = "^1" }
# This must be pinned to 0.9.1 until Solana's Rust fork supports Rust >=1.56.1
uint = { version = "=0.9.1", default-features = false }
uint = { version = "0.9", default-features = false }

[dev-dependencies]
proptest = "1.0.0"
Expand Down

0 comments on commit c621f59

Please sign in to comment.