mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 03:21:04 +00:00
rust: Add rust-toolchain.toml
Add a top-level rust-toolchain.toml with the version that matches version.yaml to ensure that we stay in sync Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
ad68cb9afa
commit
93830cbf4d
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