Skip to content

Commit

Permalink
Bumping to <1.18 and CI versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Feb 6, 2024
1 parent f00013f commit b1022cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/.env
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions programs/token-extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]

0 comments on commit b1022cf

Please sign in to comment.