From 1efe2e2f56d9304b18f09ed1ea8451f5bfd858c0 Mon Sep 17 00:00:00 2001 From: Ian Macalinao Date: Thu, 30 Dec 2021 23:46:55 -0800 Subject: [PATCH] v1.6.6 --- Cargo.lock | 10 +++++----- stable-swap-anchor/Cargo.toml | 2 +- stable-swap-client/Cargo.toml | 2 +- stable-swap-math/Cargo.toml | 2 +- stable-swap-math/sim/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 6d687334..4b3b4701 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,7 +1687,7 @@ dependencies = [ [[package]] name = "stable-swap" -version = "1.6.5" +version = "1.6.6" dependencies = [ "solana-program", "solana-sdk", @@ -1698,7 +1698,7 @@ dependencies = [ [[package]] name = "stable-swap-anchor" -version = "1.6.0" +version = "1.6.6" dependencies = [ "anchor-lang", "anchor-spl", @@ -1707,7 +1707,7 @@ dependencies = [ [[package]] name = "stable-swap-client" -version = "1.6.0" +version = "1.6.6" dependencies = [ "arbitrary", "arrayref", @@ -1734,7 +1734,7 @@ dependencies = [ [[package]] name = "stable-swap-math" -version = "1.6.0" +version = "1.6.6" dependencies = [ "borsh", "num-traits", @@ -1747,7 +1747,7 @@ dependencies = [ [[package]] name = "stable-swap-sim" -version = "0.1.1" +version = "0.1.2" dependencies = [ "pyo3", ] diff --git a/stable-swap-anchor/Cargo.toml b/stable-swap-anchor/Cargo.toml index 8e5d3867..538206e2 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.0" +version = "1.6.6" 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 8bf26910..e2d49e9e 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.0" +version = "1.6.6" 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 26bd378e..ae3aff8b 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.0" +version = "1.6.6" description = "Calculations for the StableSwap invariant" license = "Apache-2.0" authors = ["michaelhly "] diff --git a/stable-swap-math/sim/Cargo.toml b/stable-swap-math/sim/Cargo.toml index 19c43d55..e5d5645a 100644 --- a/stable-swap-math/sim/Cargo.toml +++ b/stable-swap-math/sim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-sim" -version = "0.1.1" +version = "0.1.2" authors = ["michaelhly "] description = "Simulations of the StableSwap invariant compared to Curve's reference implementation." license = "Apache-2.0" diff --git a/stable-swap-program/program/Cargo.toml b/stable-swap-program/program/Cargo.toml index 25d3c58c..7e87fabe 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.5" +version = "1.6.6" authors = ["michaelhly "] edition = "2021" description = "Saber StableSwap program."