Skip to content

Commit c621f59

Browse files
authored
deps: bump uint to 0.9.5 (#201)
1 parent 5a251d5 commit c621f59

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stable-swap-math/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ keywords = ["solana", "saber", "math"]
1313
borsh = "0.9.2"
1414
num-traits = "0.2"
1515
stable-swap-client = { path = "../stable-swap-client", version = "^1" }
16-
# This must be pinned to 0.9.1 until Solana's Rust fork supports Rust >=1.56.1
17-
uint = { version = "=0.9.1", default-features = false }
16+
uint = { version = "0.9", default-features = false }
1817

1918
[dev-dependencies]
2019
proptest = "1.0.0"

0 commit comments

Comments
 (0)