1
0
mirror of https://github.com/containers/youki synced 2026-01-23 09:11:33 +01:00
youki/rust-toolchain.toml
Yuta Nagai 98f42b58a6
ci(basic): pin Rust toolchain to 1.92.0 for cross-rs compatibility (#3348)
* update 1.92.0

Signed-off-by: nayuta-ai <nayuta723@gmail.com>

* fix(mount): avoid unnecessary PathBuf allocation in comparison

Use Path::new() instead of PathBuf::from() when comparing paths
to avoid heap allocation. Fixes clippy::cmp_owned warning.

Signed-off-by: nayuta-ai <nayuta723@gmail.com>

---------

Signed-off-by: nayuta-ai <nayuta723@gmail.com>
2026-01-04 05:54:50 +09:00

4 lines
47 B
INI

[toolchain]
profile="default"
channel="1.92.0"