Skip to content

Commit

Permalink
Upgrade to Solana 1.18.2 (#6278)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
samkim-crypto committed Feb 29, 2024
1 parent 7e022ac commit 009ae80
Show file tree
Hide file tree
Showing 141 changed files with 1,140 additions and 854 deletions.
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
anchor_version = "0.29.0"
solana_version = "1.17.17"
solana_version = "1.18.2"

[workspace]
members = [
Expand Down
Loading

0 comments on commit 009ae80

Please sign in to comment.