Skip to content

Commit e686c04

Browse files
committed
chore: bump solana dependencies to 2.1.11
chore: bump crate version, bump solana dockerfile chore(ci): bump solana version in github workflows chore: remove patch version from solana crates
1 parent ce6a79d commit e686c04

File tree

10 files changed

+1056
-665
lines changed

10 files changed

+1056
-665
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
CARGO_TERM_COLOR: always
88
IMAGE_NAME: plerkle-test-validator
99
RUST_VERSION: 1.83.0
10-
SOLANA_VERSION_STABLE: v2.0.15
10+
SOLANA_VERSION_STABLE: v2.1.11
1111
jobs:
1212
release-stable:
1313
runs-on: ubuntu-20-04-8-cores

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
CARGO_TERM_COLOR: always
1414
IMAGE_NAME: plerkle-test-validator
1515
RUST_VERSION: 1.83.0
16-
SOLANA_VERSION_STABLE: v2.0.15
16+
SOLANA_VERSION_STABLE: v2.1.11
1717

1818
jobs:
1919
test-stable:

0 commit comments

Comments
 (0)