⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Commit 0bb16bd

Browse files
committed
fix: pin agave versions to 3.0.x
There has been a recent release for solana testnet of `3.1.1`. The solana project introduces breaking changes between releases so this update will pin all affected versions to `3.0.x`.
1 parent 58cf3d9 commit 0bb16bd

File tree

6 files changed

+569
-554
lines changed

6 files changed

+569
-554
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
test_utils_insta: patch
3+
test_utils_keypairs: patch
4+
test_utils_solana: patch
5+
memory_wallet: patch
6+
wasm_client_solana: patch
7+
---
8+
9+
# Pin agave versions to `3.0.x`
10+
11+
There has been a recent release for solana testnet of `3.1.1`. The solana project introduces breaking changes between releases so this update will pin all affected versions to `3.0.x`.

.eget/.eget.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ all = true
66

77
["anza-xyz/agave"]
88
asset_filters = [".tar.bz2"]
9-
tag = "v3.0.10"
9+
tag = "v3.0.11"

0 commit comments

Comments
 (0)