There was an error while loading. Please reload this page.
1 parent 8a7679f commit 0d9766bCopy full SHA for 0d9766b
2 files changed
.github/workflows/ci.yml
@@ -52,11 +52,11 @@ jobs:
52
path: |
53
~/.cache/solana
54
~/.local/share/solana
55
- key: solana-${{ runner.os }}-v0001-stable
+ key: solana-${{ runner.os }}-v0001-2.2.7
56
57
- name: Install Solana CLI
58
if: steps.cache-solana.outputs.cache-hit != 'true'
59
- run: sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.14/install)"
+ run: sh -c "$(curl -sSfL https://release.anza.xyz/v2.2.7/install)"
60
61
- name: Set Solana path
62
run: echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
Cargo.toml
@@ -1,5 +1,3 @@
1
-cargo-features = ["edition2024"]
2
-
3
[package]
4
name = "flux-dex"
5
version = "0.1.0"
0 commit comments