Constant jumpy::ui::main_menu::build_info::RUST_VERSION
source · pub const RUST_VERSION: &str = r#"rustc 1.81.0 (eeb90cda1 2024-09-04)"#;
Expand description
Rust version with which the project was built.
The version always uses the canonical Rust version format,
and is therefore identical to the output of the build toolchain’s rustc --version
.