Skip to content

Commit df6a75a

Browse files
committed
v5.3.0
1 parent 0ef8971 commit df6a75a

8 files changed

Lines changed: 18 additions & 18 deletions

File tree

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quarryprotocol/quarry-sdk",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "Quarry Protocol SDK",
55
"keywords": [
66
"solana",

programs/quarry-merge-mine/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quarry-merge-mine"
3-
version = "5.2.0"
3+
version = "5.3.0"
44
description = "Mines multiple quarries at the same time"
55
homepage = "https://quarry.so"
66
repository = "https://github.com/QuarryProtocol/quarry"
@@ -22,10 +22,10 @@ default = []
2222
[dependencies]
2323
anchor-lang = ">=0.22, <=0.25"
2424
anchor-spl = ">=0.22, <=0.25"
25-
quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.2.0" }
25+
quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.3.0" }
2626
quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [
2727
"cpi"
28-
], version = "5.2.0" }
28+
], version = "5.3.0" }
2929
num-traits = "0.2"
3030
solana-security-txt = "1.0.1"
3131
vipers = "^2.0"

programs/quarry-mine/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quarry-mine"
3-
version = "5.2.0"
3+
version = "5.3.0"
44
description = "Distributes liquidity mining rewards to token stakers"
55
edition = "2021"
66
homepage = "https://quarry.so"
@@ -26,7 +26,7 @@ anchor-spl = ">=0.22, <=0.25"
2626
num-traits = "0.2.14"
2727
quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [
2828
"cpi"
29-
], version = "5.2.0" }
29+
], version = "5.3.0" }
3030
solana-security-txt = "1.0.1"
3131
spl-math = { version = "0.1.0", features = ["no-entrypoint"] }
3232
u128 = "0.1.0"

programs/quarry-mint-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quarry-mint-wrapper"
3-
version = "5.2.0"
3+
version = "5.3.0"
44
description = "Mints tokens to authorized accounts"
55
edition = "2021"
66
homepage = "https://quarry.so"

programs/quarry-operator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quarry-operator"
3-
version = "5.2.0"
3+
version = "5.3.0"
44
description = "Delegates Quarry Rewarder authority roles."
55
edition = "2021"
66
homepage = "https://quarry.so"
@@ -22,6 +22,6 @@ default = []
2222
[dependencies]
2323
anchor-lang = ">=0.22, <=0.25"
2424
anchor-spl = ">=0.22, <=0.25"
25-
quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.2.0" }
25+
quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.3.0" }
2626
solana-security-txt = "1.0.1"
2727
vipers = "^2.0"

programs/quarry-redeemer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quarry-redeemer"
3-
version = "5.2.0"
3+
version = "5.3.0"
44
description = "Redeems one token for another"
55
edition = "2021"
66
homepage = "https://quarry.so"

programs/quarry-registry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quarry-registry"
3-
version = "5.2.0"
3+
version = "5.3.0"
44
description = "Registry of all quarries associated with a rewarder."
55
edition = "2021"
66
homepage = "https://quarry.so"
@@ -21,6 +21,6 @@ default = []
2121

2222
[dependencies]
2323
anchor-lang = ">=0.22, <=0.25"
24-
quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.2.0" }
24+
quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.3.0" }
2525
solana-security-txt = "1.0.1"
2626
vipers = "^2.0"

0 commit comments

Comments
 (0)