Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit af8e295

Browse files
authored
deps: Upgrade to Solana v2 (#6908)
* solana: Update deps to 2.0.0 * Update lockfile * Update toolchain version * Update nightly version * Fix check issues * Fix clippy * Revert upgrade for account compression libs * Install build deps for serde test * Fixup versions * Fixup twoxtx build * Revert solana install version * Actually, get version 2.0.0 from the correct place
1 parent d85ea9f commit af8e295

File tree

95 files changed

+1179
-1189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1179
-1189
lines changed

.github/workflows/pull-request-token.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
~/.cargo/git
9999
key: cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE}}
100100

101+
- name: Install dependencies
102+
run: |
103+
./ci/install-build-deps.sh
104+
101105
- name: Test token-2022 with "serde" activated
102106
run: |
103107
cargo test \
@@ -215,7 +219,7 @@ jobs:
215219

216220
- name: Set env vars
217221
run: |
218-
echo "RUST_STABLE_VERSION=1.72.0" >> $GITHUB_ENV
222+
echo "RUST_STABLE_VERSION=1.78.0" >> $GITHUB_ENV
219223
source ci/rust-version.sh
220224
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
221225
source ci/solana-version.sh

Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[toolchain]
22
anchor_version = "0.29.0"
3-
solana_version = "1.18.11"
3+
solana_version = "2.0.0"
44

55
[workspace]
66
members = [

0 commit comments

Comments
 (0)