Skip to content

Commit 1efe2e2

Browse files
committed
v1.6.6
1 parent 510a764 commit 1efe2e2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stable-swap-anchor/Cargo.toml

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

stable-swap-client/Cargo.toml

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

stable-swap-math/Cargo.toml

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

stable-swap-math/sim/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap-sim"
3-
version = "0.1.1"
3+
version = "0.1.2"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stable-swap"
3-
version = "1.6.5"
3+
version = "1.6.6"
44
authors = ["michaelhly <[email protected]>"]
55
edition = "2021"
66
description = "Saber StableSwap program."

0 commit comments

Comments
 (0)