Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Mar 15, 2022
1 parent 5e87905 commit 1e9fe27
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-fuzz"
version = "1.7.3"
version = "1.8.0"
authors = ["michaelhly <[email protected]>"]
edition = "2021"
description = "Fuzz tests for the Saber StableSwap program."
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-anchor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-math/sim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-sim"
version = "0.1.2"
version = "0.1.3"
authors = ["michaelhly <[email protected]>"]
description = "Simulations of the StableSwap invariant compared to Curve's reference implementation."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-program/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap"
version = "1.7.3"
version = "1.8.0"
authors = ["michaelhly <[email protected]>"]
edition = "2021"
description = "Saber StableSwap program."
Expand Down

0 comments on commit 1e9fe27

Please sign in to comment.