From 51c0fab2d684fb3de2bff775bf4e26af1a235541 Mon Sep 17 00:00:00 2001 From: michaelhly Date: Sat, 26 Feb 2022 00:03:00 -0800 Subject: [PATCH] Release 1.7.0 --- 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 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4c71977..de565268 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1698,7 +1698,7 @@ dependencies = [ [[package]] name = "stable-swap" -version = "1.6.9" +version = "1.7.0" dependencies = [ "solana-program", "solana-sdk", @@ -1709,7 +1709,7 @@ dependencies = [ [[package]] name = "stable-swap-anchor" -version = "1.6.8" +version = "1.7.0" dependencies = [ "anchor-lang", "stable-swap-client", @@ -1717,7 +1717,7 @@ dependencies = [ [[package]] name = "stable-swap-client" -version = "1.6.9" +version = "1.7.0" dependencies = [ "arbitrary", "arrayref", @@ -1730,7 +1730,7 @@ dependencies = [ [[package]] name = "stable-swap-fuzz" -version = "1.6.9" +version = "1.7.0" dependencies = [ "arbitrary", "chrono", @@ -1744,7 +1744,7 @@ dependencies = [ [[package]] name = "stable-swap-math" -version = "1.6.9" +version = "1.7.0" dependencies = [ "borsh", "num-traits", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 84f89439..0ecafd54 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-fuzz" -version = "1.6.9" +version = "1.7.0" 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 5d4c1567..95e5d3e5 100644 --- a/stable-swap-anchor/Cargo.toml +++ b/stable-swap-anchor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-anchor" -version = "1.6.8" +version = "1.7.0" 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 76fc524d..7797599d 100644 --- a/stable-swap-client/Cargo.toml +++ b/stable-swap-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-client" -version = "1.6.9" +version = "1.7.0" 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 3661ae27..c314d05f 100644 --- a/stable-swap-math/Cargo.toml +++ b/stable-swap-math/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-math" -version = "1.6.9" +version = "1.7.0" 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 9b3f2585..86b3a1db 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.6.9" +version = "1.7.0" authors = ["michaelhly "] edition = "2021" description = "Saber StableSwap program."