mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
Merge pull request #11134 from stevenhorsman/rust-toolchain
rust: Add rust-toolchain.toml
This commit is contained in:
commit
0b4fea9382
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[toolchain]
|
||||
# Keep in sync with versions.yaml
|
||||
channel = "1.80.0"
|
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user