Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 009ae80

Browse files
Upgrade to Solana 1.18.2 (#6278)
* upgrade to solana 1.18.2 * upgrade rust version to 1.76.0 * update borsh to 1.2.1 * replace deprecated `try_to_vec` with `borsh::to_vec` * temporarily allow deprecated functions in cli that uses clap-v3 * use `repr(u32)` for enums in token lending
1 parent 7e022ac commit 009ae80

File tree

141 files changed

+1140
-854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+1140
-854
lines changed

Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[toolchain]
22
anchor_version = "0.29.0"
3-
solana_version = "1.17.17"
3+
solana_version = "1.18.2"
44

55
[workspace]
66
members = [

0 commit comments

Comments
 (0)