diff --git a/Cargo.lock b/Cargo.lock index c771f88..b8bd2da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "stable-swap" -version = "1.7.2" +version = "1.7.3" dependencies = [ "solana-program", "solana-sdk", @@ -1604,7 +1604,7 @@ dependencies = [ [[package]] name = "stable-swap-anchor" -version = "1.7.2" +version = "1.7.3" dependencies = [ "anchor-lang", "stable-swap-client", @@ -1612,7 +1612,7 @@ dependencies = [ [[package]] name = "stable-swap-client" -version = "1.7.2" +version = "1.7.3" dependencies = [ "arbitrary", "arrayref", @@ -1625,7 +1625,7 @@ dependencies = [ [[package]] name = "stable-swap-fuzz" -version = "1.7.2" +version = "1.7.3" dependencies = [ "arbitrary", "chrono", @@ -1639,7 +1639,7 @@ dependencies = [ [[package]] name = "stable-swap-math" -version = "1.7.2" +version = "1.7.3" dependencies = [ "borsh", "num-traits", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 4e3250d..d809b4a 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-fuzz" -version = "1.7.2" +version = "1.7.3" 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 43fe37b..812d8c6 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.2" +version = "1.7.3" 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 7b9f3c6..b16e3f2 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.2" +version = "1.7.3" 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 c790809..eb7f9ad 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.2" +version = "1.7.3" 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 231584a..4f36687 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.2" +version = "1.7.3" authors = ["michaelhly "] edition = "2021" description = "Saber StableSwap program."