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

deps: Upgrade to Solana v2 #6908

Merged
merged 12 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/pull-request-token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:
~/.cargo/git
key: cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE}}

- name: Install dependencies
run: |
./ci/install-build-deps.sh

- name: Test token-2022 with "serde" activated
run: |
cargo test \
Expand Down Expand Up @@ -215,7 +219,7 @@ jobs:

- name: Set env vars
run: |
echo "RUST_STABLE_VERSION=1.72.0" >> $GITHUB_ENV
echo "RUST_STABLE_VERSION=1.78.0" >> $GITHUB_ENV
source ci/rust-version.sh
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
source ci/solana-version.sh
Expand Down
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
anchor_version = "0.29.0"
solana_version = "1.18.11"
solana_version = "2.0.0"

[workspace]
members = [
Expand Down
Loading
Loading