We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7f915 commit 1e28d54Copy full SHA for 1e28d54
.github/workflows/main.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
NIGHTLY_TOOLCHAIN: nightly-2024-11-22
11
- SOLANA_VERSION: 2.1.0
+ SOLANA_VERSION: 2.2.0
12
13
jobs:
14
rust_fmt:
scripts/prepublish.sh
@@ -2,10 +2,10 @@
2
3
set -e
4
5
-agave-install init 2.1.0
+agave-install init 2.2.0
6
rm -rf target
7
cargo build
./scripts/build-test-programs.sh
-cargo +nightly-2024-08-08 fmt --all -- --check
-cargo +nightly-2024-08-08 clippy --all --all-features -- -D warnings
+cargo +nightly-2024-11-22 fmt --all -- --check
+cargo +nightly-2024-11-22 clippy --all --all-features -- -D warnings
cargo test --all-features
0 commit comments