Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 75e6bdc

Browse files
committedMar 17, 2025
Update relevant deps to v1.18.26
1 parent b6b681a commit 75e6bdc

File tree

3 files changed

+109
-108
lines changed

3 files changed

+109
-108
lines changed
 

‎solana/Anchor.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[toolchain]
22
anchor_version = "0.29.0"
3-
solana_version = "1.18.10"
3+
solana_version = "1.18.26"
44

55
[features]
66
seeds = false

‎solana/Cargo.lock

+104-103
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎solana/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ wormhole-solana-utils = "0.2.0-alpha.15"
4747

4848
anchor-lang = "0.29.0"
4949
anchor-spl = "0.29.0"
50-
solana-program = "=1.18.10"
51-
solana-program-runtime = "=1.18.10"
52-
solana-program-test = "=1.18.10"
53-
solana-address-lookup-table-program = "=1.18.10"
50+
solana-program = "=1.18.26"
51+
solana-program-runtime = "=1.18.26"
52+
solana-program-test = "=1.18.26"
53+
solana-address-lookup-table-program = "=1.18.26"
5454
spl-token = "4.0.0"
5555
spl-token-2022 = "3.0.2"
5656

0 commit comments

Comments
 (0)
Please sign in to comment.