Skip to content

Commit 4cb11b9

Browse files
committed
Revert "v1.7.1"
This reverts commit a01e0c7.
1 parent a01e0c7 commit 4cb11b9

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

Cargo.lock

+6-6
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.1"
3+
version = "1.7.0"
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.1"
3+
version = "1.7.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

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

stable-swap-program/sdk/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@babel/template" "^7.14.5"
6363
"@babel/traverse" "^7.14.5"
6464
"@babel/types" "^7.14.5"
65-
convert-source-map "^1.7.1"
65+
convert-source-map "^1.7.0"
6666
debug "^4.1.0"
6767
gensync "^1.0.0-beta.2"
6868
json5 "^2.1.2"
@@ -84,7 +84,7 @@
8484
"@babel/template" "^7.16.7"
8585
"@babel/traverse" "^7.17.0"
8686
"@babel/types" "^7.17.0"
87-
convert-source-map "^1.7.1"
87+
convert-source-map "^1.7.0"
8888
debug "^4.1.0"
8989
gensync "^1.0.0-beta.2"
9090
json5 "^2.1.2"
@@ -1582,7 +1582,7 @@
15821582
tiny-invariant "^1.2.0"
15831583
tslib "^2.3.1"
15841584

1585-
"@sinonjs/commons@^1.7.1":
1585+
"@sinonjs/commons@^1.7.0":
15861586
version "1.8.3"
15871587
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
15881588
integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==
@@ -1594,7 +1594,7 @@
15941594
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz#3fdc2b6cb58935b21bfb8d1625eb1300484316e7"
15951595
integrity sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==
15961596
dependencies:
1597-
"@sinonjs/commons" "^1.7.1"
1597+
"@sinonjs/commons" "^1.7.0"
15981598

15991599
"@solana/buffer-layout@^3.0.0", "@solana/buffer-layout@^4", "@solana/buffer-layout@^4.0.0":
16001600
version "4.0.0"
@@ -2570,7 +2570,7 @@ [email protected]:
25702570
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
25712571
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
25722572

2573-
convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.1:
2573+
convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
25742574
version "1.8.0"
25752575
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
25762576
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==

0 commit comments

Comments
 (0)