Update Rust toolchain file to use TOML format (#7339)

Ref https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
Should resolve Dependabot failure at
721380342
Follows #7034
This commit is contained in:
Zanie Blue 2023-09-13 10:43:03 -05:00 committed by GitHub
parent 7531bb3b21
commit e15047815c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1 +0,0 @@
1.72

2
rust-toolchain.toml Normal file
View file

@ -0,0 +1,2 @@
[toolchain]
channel = "1.72"