Skip to content

Commit 0d9766b

Browse files
committed
ci: bump Solana CLI to v2.2.7 (bundles modern cargo supporting edition2024)
Drops the cargo-features workaround since 2.2.7 platform-tools ship with cargo >= 1.85, handling edition2024 natively.
1 parent 8a7679f commit 0d9766b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
path: |
5353
~/.cache/solana
5454
~/.local/share/solana
55-
key: solana-${{ runner.os }}-v0001-stable
55+
key: solana-${{ runner.os }}-v0001-2.2.7
5656

5757
- name: Install Solana CLI
5858
if: steps.cache-solana.outputs.cache-hit != 'true'
59-
run: sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.14/install)"
59+
run: sh -c "$(curl -sSfL https://release.anza.xyz/v2.2.7/install)"
6060

6161
- name: Set Solana path
6262
run: echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
cargo-features = ["edition2024"]
2-
31
[package]
42
name = "flux-dex"
53
version = "0.1.0"

0 commit comments

Comments
 (0)