mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-05 15:07:31 +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:
|
rust:
|
||||||
description: "Rust language"
|
description: "Rust language"
|
||||||
notes: "'version' is the default minimum version used by this project."
|
notes: "'version' is the default minimum version used by this project."
|
||||||
|
# Keep in sync with rust-toolchain.toml
|
||||||
version: "1.80.0"
|
version: "1.80.0"
|
||||||
meta:
|
meta:
|
||||||
description: |
|
description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user