Skip to content

Commit cb97ca0

Browse files
authored
workspace: update Solana crates to v3 (malbeclabs/doublezero-solana#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 #2329.
1 parent 1291130 commit cb97ca0

15 files changed

Lines changed: 1183 additions & 1148 deletions

File tree

solana/.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:

solana/.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)