update rust toolchain to 1.73 (compat with solana 1.17.x)

This commit is contained in:
GroovieGermanikus 2024-08-08 11:27:20 +02:00
parent c5fd474fdf
commit b167a548d0
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 4 additions and 0 deletions

4
rust-toolchain.toml Normal file
View File

@ -0,0 +1,4 @@
[toolchain]
# aligned with Solana v1.17.x
channel = "1.73.0"
components = ["rustfmt", "clippy"]