Skip to content

Commit 1e9fe27

Browse files
committed
v1.8.0
1 parent 5e87905 commit 1e9fe27

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap-fuzz"
3-
version = "1.7.3"
3+
version = "1.8.0"
44
authors = ["michaelhly <[email protected]>"]
55
edition = "2021"
66
description = "Fuzz tests for the Saber StableSwap program."

stable-swap-anchor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap-anchor"
3-
version = "1.7.3"
3+
version = "1.8.0"
44
description = "Anchor bindings for the StableSwap Rust client."
55
license = "Apache-2.0"
66
authors = ["michaelhly <[email protected]>"]

stable-swap-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap-client"
3-
version = "1.7.3"
3+
version = "1.8.0"
44
description = "StableSwap Rust client."
55
license = "Apache-2.0"
66
authors = ["michaelhly <[email protected]>"]

stable-swap-math/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap-math"
3-
version = "1.7.3"
3+
version = "1.8.0"
44
description = "Calculations for the StableSwap invariant"
55
license = "Apache-2.0"
66
authors = ["michaelhly <[email protected]>"]

stable-swap-math/sim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap-sim"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["michaelhly <[email protected]>"]
55
description = "Simulations of the StableSwap invariant compared to Curve's reference implementation."
66
license = "Apache-2.0"

stable-swap-program/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap"
3-
version = "1.7.3"
3+
version = "1.8.0"
44
authors = ["michaelhly <[email protected]>"]
55
edition = "2021"
66
description = "Saber StableSwap program."

0 commit comments

Comments
 (0)