Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Apr 3, 2023
1 parent c621f59 commit a276d24
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-fuzz"
version = "1.8.1"
version = "1.8.2"
authors = ["michaelhly <michaelhly@gmail.com>"]
edition = "2021"
description = "Fuzz tests for the Saber StableSwap program."
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-anchor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-anchor"
version = "1.8.1"
version = "1.8.2"
description = "Anchor bindings for the StableSwap Rust client."
license = "Apache-2.0"
authors = ["michaelhly <michaelhly@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-client"
version = "1.8.1"
version = "1.8.2"
description = "StableSwap Rust client."
license = "Apache-2.0"
authors = ["michaelhly <michaelhly@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-math"
version = "1.8.1"
version = "1.8.2"
description = "Calculations for the StableSwap invariant"
license = "Apache-2.0"
authors = ["michaelhly <michaelhly@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-program/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap"
version = "1.8.1"
version = "1.8.2"
authors = ["michaelhly <michaelhly@gmail.com>"]
edition = "2021"
description = "Saber StableSwap program."
Expand Down
4 changes: 2 additions & 2 deletions stable-swap-program/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5353,7 +5353,7 @@ tsconfig-paths@^3.12.0:
minimist "^1.2.0"
strip-bom "^3.0.0"

tslib@^1.8.1:
tslib@^1.8.2:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
Expand All @@ -5368,7 +5368,7 @@ tsutils@^3.21.0:
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
dependencies:
tslib "^1.8.1"
tslib "^1.8.2"

tweetnacl@^1.0.0:
version "1.0.3"
Expand Down

0 comments on commit a276d24

Please sign in to comment.