From a276d24d7469c05cea8fd2e3a088ac05273695b7 Mon Sep 17 00:00:00 2001 From: michaelhly Date: Sun, 2 Apr 2023 22:25:07 -0400 Subject: [PATCH] v1.8.2 --- Cargo.lock | 10 +++++----- fuzz/Cargo.toml | 2 +- stable-swap-anchor/Cargo.toml | 2 +- stable-swap-client/Cargo.toml | 2 +- stable-swap-math/Cargo.toml | 2 +- stable-swap-program/program/Cargo.toml | 2 +- stable-swap-program/sdk/yarn.lock | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d173b7f..d3672c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1725,7 +1725,7 @@ dependencies = [ [[package]] name = "stable-swap" -version = "1.8.1" +version = "1.8.2" dependencies = [ "solana-program", "solana-sdk", @@ -1736,7 +1736,7 @@ dependencies = [ [[package]] name = "stable-swap-anchor" -version = "1.8.1" +version = "1.8.2" dependencies = [ "anchor-lang", "stable-swap-client", @@ -1744,7 +1744,7 @@ dependencies = [ [[package]] name = "stable-swap-client" -version = "1.8.1" +version = "1.8.2" dependencies = [ "arbitrary", "arrayref", @@ -1756,7 +1756,7 @@ dependencies = [ [[package]] name = "stable-swap-fuzz" -version = "1.8.1" +version = "1.8.2" dependencies = [ "arbitrary", "chrono", @@ -1770,7 +1770,7 @@ dependencies = [ [[package]] name = "stable-swap-math" -version = "1.8.1" +version = "1.8.2" dependencies = [ "borsh", "num-traits", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 48d7dd8..ee390d6 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-fuzz" -version = "1.8.1" +version = "1.8.2" authors = ["michaelhly "] edition = "2021" description = "Fuzz tests for the Saber StableSwap program." diff --git a/stable-swap-anchor/Cargo.toml b/stable-swap-anchor/Cargo.toml index caa0666..2b2acf3 100644 --- a/stable-swap-anchor/Cargo.toml +++ b/stable-swap-anchor/Cargo.toml @@ -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 "] diff --git a/stable-swap-client/Cargo.toml b/stable-swap-client/Cargo.toml index 594b0ca..65399d1 100644 --- a/stable-swap-client/Cargo.toml +++ b/stable-swap-client/Cargo.toml @@ -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 "] diff --git a/stable-swap-math/Cargo.toml b/stable-swap-math/Cargo.toml index cda8c43..ced9e77 100644 --- a/stable-swap-math/Cargo.toml +++ b/stable-swap-math/Cargo.toml @@ -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 "] diff --git a/stable-swap-program/program/Cargo.toml b/stable-swap-program/program/Cargo.toml index 8ac0c31..e6697ed 100644 --- a/stable-swap-program/program/Cargo.toml +++ b/stable-swap-program/program/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap" -version = "1.8.1" +version = "1.8.2" authors = ["michaelhly "] edition = "2021" description = "Saber StableSwap program." diff --git a/stable-swap-program/sdk/yarn.lock b/stable-swap-program/sdk/yarn.lock index 25f65f2..c84081c 100644 --- a/stable-swap-program/sdk/yarn.lock +++ b/stable-swap-program/sdk/yarn.lock @@ -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== @@ -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"