From 3d297a7fbbc39caae534afefac1ada41f2790c1c Mon Sep 17 00:00:00 2001 From: Keisuke Watanabe <92731202+keisukew53@users.noreply.github.com> Date: Wed, 13 Jul 2022 11:50:18 -0400 Subject: [PATCH] Expand Anchor version range to <= 0.25.0 (#556) --- Cargo.lock | 12 ++++++------ programs/quarry-merge-mine/Cargo.toml | 10 +++++----- programs/quarry-mine/Cargo.toml | 8 ++++---- programs/quarry-mint-wrapper/Cargo.toml | 6 +++--- programs/quarry-operator/Cargo.toml | 8 ++++---- programs/quarry-redeemer/Cargo.toml | 6 +++--- programs/quarry-registry/Cargo.toml | 6 +++--- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a36072c1..41fd0404 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,7 +1009,7 @@ dependencies = [ [[package]] name = "quarry-merge-mine" -version = "5.1.0" +version = "5.1.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1022,7 +1022,7 @@ dependencies = [ [[package]] name = "quarry-mine" -version = "5.1.0" +version = "5.1.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1038,7 +1038,7 @@ dependencies = [ [[package]] name = "quarry-mint-wrapper" -version = "5.1.0" +version = "5.1.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1048,7 +1048,7 @@ dependencies = [ [[package]] name = "quarry-operator" -version = "5.1.0" +version = "5.1.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "quarry-redeemer" -version = "5.1.0" +version = "5.1.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1069,7 +1069,7 @@ dependencies = [ [[package]] name = "quarry-registry" -version = "5.1.0" +version = "5.1.1" dependencies = [ "anchor-lang", "quarry-mine", diff --git a/programs/quarry-merge-mine/Cargo.toml b/programs/quarry-merge-mine/Cargo.toml index 4e4f4293..ead1adee 100644 --- a/programs/quarry-merge-mine/Cargo.toml +++ b/programs/quarry-merge-mine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-merge-mine" -version = "5.1.0" +version = "5.1.1" description = "Mines multiple quarries at the same time" homepage = "https://quarry.so" repository = "https://github.com/QuarryProtocol/quarry" @@ -20,12 +20,12 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = ">=0.22, <=0.24" -anchor-spl = ">=0.22, <=0.24" -quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.0.0" } +anchor-lang = ">=0.22, <=0.25" +anchor-spl = ">=0.22, <=0.25" +quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.1.1" } quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [ "cpi" -], version = "5.0.0" } +], version = "5.1.1" } num-traits = "0.2" solana-security-txt = "1.0.1" vipers = "^2.0" diff --git a/programs/quarry-mine/Cargo.toml b/programs/quarry-mine/Cargo.toml index 822fdca3..31dcd2e5 100644 --- a/programs/quarry-mine/Cargo.toml +++ b/programs/quarry-mine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-mine" -version = "5.1.0" +version = "5.1.1" description = "Distributes liquidity mining rewards to token stakers" edition = "2021" homepage = "https://quarry.so" @@ -21,12 +21,12 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = ">=0.22, <=0.24" -anchor-spl = ">=0.22, <=0.24" +anchor-lang = ">=0.22, <=0.25" +anchor-spl = ">=0.22, <=0.25" num-traits = "0.2.14" quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [ "cpi" -], version = "5.0.0" } +], version = "5.1.1" } solana-security-txt = "1.0.1" spl-math = { version = "0.1.0", features = ["no-entrypoint"] } u128 = "0.1.0" diff --git a/programs/quarry-mint-wrapper/Cargo.toml b/programs/quarry-mint-wrapper/Cargo.toml index 9b61e161..185f169e 100644 --- a/programs/quarry-mint-wrapper/Cargo.toml +++ b/programs/quarry-mint-wrapper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-mint-wrapper" -version = "5.1.0" +version = "5.1.1" description = "Mints tokens to authorized accounts" edition = "2021" homepage = "https://quarry.so" @@ -20,7 +20,7 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = ">=0.22, <=0.24" -anchor-spl = ">=0.22, <=0.24" +anchor-lang = ">=0.22, <=0.25" +anchor-spl = ">=0.22, <=0.25" solana-security-txt = "1.0.1" vipers = "^2.0" diff --git a/programs/quarry-operator/Cargo.toml b/programs/quarry-operator/Cargo.toml index b92d5630..f9bc9695 100644 --- a/programs/quarry-operator/Cargo.toml +++ b/programs/quarry-operator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-operator" -version = "5.1.0" +version = "5.1.1" description = "Delegates Quarry Rewarder authority roles." edition = "2021" homepage = "https://quarry.so" @@ -20,8 +20,8 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = ">=0.22, <=0.24" -anchor-spl = ">=0.22, <=0.24" -quarry-mine = { path = "../quarry-mine", version = "5.0.0", features = ["cpi"] } +anchor-lang = ">=0.22, <=0.25" +anchor-spl = ">=0.22, <=0.25" +quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.1.1" } solana-security-txt = "1.0.1" vipers = "^2.0" diff --git a/programs/quarry-redeemer/Cargo.toml b/programs/quarry-redeemer/Cargo.toml index 2f0ebd22..d9a3aa4f 100644 --- a/programs/quarry-redeemer/Cargo.toml +++ b/programs/quarry-redeemer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-redeemer" -version = "5.1.0" +version = "5.1.1" description = "Redeems one token for another" edition = "2021" homepage = "https://quarry.so" @@ -20,7 +20,7 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = ">=0.22, <=0.24" -anchor-spl = ">=0.22, <=0.24" +anchor-lang = ">=0.22, <=0.25" +anchor-spl = ">=0.22, <=0.25" solana-security-txt = "1.0.1" vipers = "^2.0" diff --git a/programs/quarry-registry/Cargo.toml b/programs/quarry-registry/Cargo.toml index e2433ac7..a82aaea8 100644 --- a/programs/quarry-registry/Cargo.toml +++ b/programs/quarry-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-registry" -version = "5.1.0" +version = "5.1.1" description = "Registry of all quarries associated with a rewarder." edition = "2021" homepage = "https://quarry.so" @@ -20,7 +20,7 @@ cpi = ["no-entrypoint"] default = [] [dependencies] -anchor-lang = ">=0.22, <=0.24" -quarry-mine = { version = "5.0.0", path = "../quarry-mine", features = ["cpi"] } +anchor-lang = ">=0.22, <=0.25" +quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "5.1.1" } solana-security-txt = "1.0.1" vipers = "^2.0"