Skip to content

Commit a276d24

Browse files
committed
v1.8.2
1 parent c621f59 commit a276d24

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

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

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap-fuzz"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
authors = ["michaelhly <[email protected]>"]
55
edition = "2021"
66
description = "Fuzz tests for the Saber StableSwap program."

stable-swap-anchor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap-anchor"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
description = "Anchor bindings for the StableSwap Rust client."
55
license = "Apache-2.0"
66
authors = ["michaelhly <[email protected]>"]

stable-swap-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap-client"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
description = "StableSwap Rust client."
55
license = "Apache-2.0"
66
authors = ["michaelhly <[email protected]>"]

stable-swap-math/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap-math"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
description = "Calculations for the StableSwap invariant"
55
license = "Apache-2.0"
66
authors = ["michaelhly <[email protected]>"]

stable-swap-program/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
authors = ["michaelhly <[email protected]>"]
55
edition = "2021"
66
description = "Saber StableSwap program."

stable-swap-program/sdk/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5353,7 +5353,7 @@ tsconfig-paths@^3.12.0:
53535353
minimist "^1.2.0"
53545354
strip-bom "^3.0.0"
53555355

5356-
tslib@^1.8.1:
5356+
tslib@^1.8.2:
53575357
version "1.14.1"
53585358
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
53595359
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -5368,7 +5368,7 @@ tsutils@^3.21.0:
53685368
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
53695369
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
53705370
dependencies:
5371-
tslib "^1.8.1"
5371+
tslib "^1.8.2"
53725372

53735373
tweetnacl@^1.0.0:
53745374
version "1.0.3"

0 commit comments

Comments
 (0)