Skip to content

Commit 1e28d54

Browse files
authored
Bump Solana and Nightly in CI/scripts (#90)
1 parent 7a7f915 commit 1e28d54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
NIGHTLY_TOOLCHAIN: nightly-2024-11-22
11-
SOLANA_VERSION: 2.1.0
11+
SOLANA_VERSION: 2.2.0
1212

1313
jobs:
1414
rust_fmt:

scripts/prepublish.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
set -e
44

5-
agave-install init 2.1.0
5+
agave-install init 2.2.0
66
rm -rf target
77
cargo build
88
./scripts/build-test-programs.sh
9-
cargo +nightly-2024-08-08 fmt --all -- --check
10-
cargo +nightly-2024-08-08 clippy --all --all-features -- -D warnings
9+
cargo +nightly-2024-11-22 fmt --all -- --check
10+
cargo +nightly-2024-11-22 clippy --all --all-features -- -D warnings
1111
cargo test --all-features

0 commit comments

Comments
 (0)