Skip to content

Commit a6c84c1

Browse files
committed
v1.7.3
1 parent eec360a commit a6c84c1

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.

fuzz/Cargo.toml

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

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.7.2"
3+
version = "1.7.3"
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.7.2"
3+
version = "1.7.3"
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.7.2"
3+
version = "1.7.3"
44
description = "Calculations for the StableSwap invariant"
55
license = "Apache-2.0"
66
authors = ["michaelhly <[email protected]>"]

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.7.2"
3+
version = "1.7.3"
44
authors = ["michaelhly <[email protected]>"]
55
edition = "2021"
66
description = "Saber StableSwap program."

0 commit comments

Comments
 (0)