Merge pull request #11134 from stevenhorsman/rust-toolchain

rust: Add rust-toolchain.toml
This commit is contained in:
RuoqingHe 2025-04-12 15:03:29 +08:00 committed by GitHub
commit 0b4fea9382
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

3
rust-toolchain.toml Normal file
View File

@ -0,0 +1,3 @@
[toolchain]
# Keep in sync with versions.yaml
channel = "1.80.0"

View File

@ -392,6 +392,7 @@ languages:
rust:
description: "Rust language"
notes: "'version' is the default minimum version used by this project."
# Keep in sync with rust-toolchain.toml
version: "1.80.0"
meta:
description: |