From 6c0384cbaf305500678ed14e6426244145619249 Mon Sep 17 00:00:00 2001 From: Ian Macalinao Date: Sun, 17 Apr 2022 01:16:41 -0500 Subject: [PATCH] v1.8.1 --- Cargo.lock | 12 ++++++------ fuzz/Cargo.toml | 2 +- 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 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4c6458..5c0ab97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1676,7 +1676,7 @@ dependencies = [ [[package]] name = "stable-swap" -version = "1.8.0" +version = "1.8.1" dependencies = [ "solana-program", "solana-sdk", @@ -1687,7 +1687,7 @@ dependencies = [ [[package]] name = "stable-swap-anchor" -version = "1.8.0" +version = "1.8.1" dependencies = [ "anchor-lang", "stable-swap-client", @@ -1695,7 +1695,7 @@ dependencies = [ [[package]] name = "stable-swap-client" -version = "1.8.0" +version = "1.8.1" dependencies = [ "arbitrary", "arrayref", @@ -1707,7 +1707,7 @@ dependencies = [ [[package]] name = "stable-swap-fuzz" -version = "1.8.0" +version = "1.8.1" dependencies = [ "arbitrary", "chrono", @@ -1721,7 +1721,7 @@ dependencies = [ [[package]] name = "stable-swap-math" -version = "1.8.0" +version = "1.8.1" dependencies = [ "borsh", "num-traits", @@ -1734,7 +1734,7 @@ dependencies = [ [[package]] name = "stable-swap-sim" -version = "0.1.3" +version = "0.1.4" dependencies = [ "pyo3", ] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 36957e7..475a19e 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-fuzz" -version = "1.8.0" +version = "1.8.1" 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 7c2a416..caa0666 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.0" +version = "1.8.1" 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 97731d3..71cc523 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.0" +version = "1.8.1" 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 901ce62..2788b9f 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.0" +version = "1.8.1" 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 9b435cb..0091e83 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.3" +version = "0.1.4" 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 1362a01..b82d981 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.0" +version = "1.8.1" authors = ["michaelhly "] edition = "2021" description = "Saber StableSwap program."