Skip to content
This repository was archived by the owner on Sep 8, 2026. It is now read-only.

Commit ff86718

Browse files
authored
workspace: update Solana crates to v3 (#94)
Update dependencies to allow Solana v2 and v3 integrations. Dependent crates that still use Solana v2 should not be affected by this change. This change also updates Cargo.lock to use Solana v3 dependencies when building these programs. Please review the lock file carefully. Companion PR to test program integrations: malbeclabs/doublezero-offchain#219. Closes malbeclabs/doublezero#2329.
1 parent 00cb688 commit ff86718

15 files changed

Lines changed: 1183 additions & 1148 deletions

File tree

.github/workflows/local-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ main ]
77

88
env:
9-
SOLANA_CLI: v3.0.11
9+
SOLANA_CLI: v3.0.12
1010
DOUBLEZERO_OFFCHAIN_GIT_INSTALL: --git https://github.com/doublezerofoundation/doublezero-offchain.git
1111

1212
jobs:

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ main ]
77

88
env:
9-
SOLANA_CLI: v3.0.11
9+
SOLANA_CLI: v3.0.12
1010

1111
jobs:
1212
lint:

0 commit comments

Comments
 (0)