From b1022cf2dabb50c8608dc465f31247277b96753b Mon Sep 17 00:00:00 2001 From: blockiosaurus Date: Tue, 6 Feb 2024 15:46:11 -0500 Subject: [PATCH] Bumping to <1.18 and CI versions. --- .github/.env | 4 ++-- programs/token-extras/Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/.env b/.github/.env index 48b69ca..b71ea62 100644 --- a/.github/.env +++ b/.github/.env @@ -1,5 +1,5 @@ CARGO_TERM_COLOR=always NODE_VERSION=16.x PROGRAMS=["system-extras", "token-extras"] -RUST_VERSION=1.65.0 -SOLANA_VERSION=1.14.13 +RUST_VERSION=1.72.0 +SOLANA_VERSION=1.17.20 diff --git a/programs/token-extras/Cargo.toml b/programs/token-extras/Cargo.toml index 2a4baec..15dbe80 100644 --- a/programs/token-extras/Cargo.toml +++ b/programs/token-extras/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" publish = false [dependencies] -solana-program = ">= 1.14.13, < 1.17" +solana-program = ">= 1.14.13, < 1.18" shank = "0.3.0" borsh = "0.9.3" thiserror = "~1.0" @@ -22,8 +22,8 @@ test-bpf = [] [dev-dependencies] assert_matches = "1.5.0" -solana-program-test = ">= 1.14.13, < 1.17" -solana-sdk = ">= 1.14.13, < 1.17" +solana-program-test = ">= 1.14.13, < 1.18" +solana-sdk = ">= 1.14.13, < 1.18" [lib] crate-type = ["cdylib", "lib"]