diff --git a/Cargo.lock b/Cargo.lock index de56526..319ff99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1698,7 +1698,7 @@ dependencies = [ [[package]] name = "stable-swap" -version = "1.7.0" +version = "1.7.2" dependencies = [ "solana-program", "solana-sdk", @@ -1709,7 +1709,7 @@ dependencies = [ [[package]] name = "stable-swap-anchor" -version = "1.7.0" +version = "1.7.2" dependencies = [ "anchor-lang", "stable-swap-client", @@ -1717,7 +1717,7 @@ dependencies = [ [[package]] name = "stable-swap-client" -version = "1.7.0" +version = "1.7.2" dependencies = [ "arbitrary", "arrayref", @@ -1730,7 +1730,7 @@ dependencies = [ [[package]] name = "stable-swap-fuzz" -version = "1.7.0" +version = "1.7.2" dependencies = [ "arbitrary", "chrono", @@ -1744,7 +1744,7 @@ dependencies = [ [[package]] name = "stable-swap-math" -version = "1.7.0" +version = "1.7.2" dependencies = [ "borsh", "num-traits", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 0ecafd5..4e3250d 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-fuzz" -version = "1.7.0" +version = "1.7.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 95e5d3e..43fe37b 100644 --- a/stable-swap-anchor/Cargo.toml +++ b/stable-swap-anchor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-anchor" -version = "1.7.0" +version = "1.7.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 7797599..7b9f3c6 100644 --- a/stable-swap-client/Cargo.toml +++ b/stable-swap-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-client" -version = "1.7.0" +version = "1.7.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 c314d05..c790809 100644 --- a/stable-swap-math/Cargo.toml +++ b/stable-swap-math/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-math" -version = "1.7.0" +version = "1.7.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 86b3a1d..231584a 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.7.0" +version = "1.7.2" authors = ["michaelhly "] edition = "2021" description = "Saber StableSwap program."