diff --git a/Cargo.lock b/Cargo.lock index 03edfff..4f3d5cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1565,7 +1565,7 @@ dependencies = [ [[package]] name = "stable-swap" -version = "1.7.3" +version = "1.8.0" dependencies = [ "solana-program", "solana-sdk", @@ -1576,7 +1576,7 @@ dependencies = [ [[package]] name = "stable-swap-anchor" -version = "1.7.3" +version = "1.8.0" dependencies = [ "anchor-lang", "stable-swap-client", @@ -1584,7 +1584,7 @@ dependencies = [ [[package]] name = "stable-swap-client" -version = "1.7.3" +version = "1.8.0" dependencies = [ "arbitrary", "arrayref", @@ -1596,7 +1596,7 @@ dependencies = [ [[package]] name = "stable-swap-fuzz" -version = "1.7.3" +version = "1.8.0" dependencies = [ "arbitrary", "chrono", @@ -1610,7 +1610,7 @@ dependencies = [ [[package]] name = "stable-swap-math" -version = "1.7.3" +version = "1.8.0" dependencies = [ "borsh", "num-traits", @@ -1623,7 +1623,7 @@ dependencies = [ [[package]] name = "stable-swap-sim" -version = "0.1.2" +version = "0.1.3" dependencies = [ "pyo3", ] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 874ce49..36957e7 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stable-swap-fuzz" -version = "1.7.3" +version = "1.8.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 812d8c6..7c2a416 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.3" +version = "1.8.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 b155e72..97731d3 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.3" +version = "1.8.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 eb7f9ad..901ce62 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.3" +version = "1.8.0" 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 0d61ec0..632665d 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.2" +version = "0.1.3" 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 d3ee78f..9d122d5 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.3" +version = "1.8.0" authors = ["michaelhly "] edition = "2021" description = "Saber StableSwap program."