Update rust toolchain to 1.80 #180

Merged
wojtek merged 6 commits from 179---update-rust-toolchain-to-1.80-in-ci into main 2024-08-24 15:10:54 +02:00
Showing only changes of commit e35b45a792 - Show all commits

View File

@ -1,5 +1,6 @@
fn main() { fn main() {
println!("cargo::rustc-check-cfg=cfg(nightly)");
if let Some(true) = version_check::is_feature_flaggable() { if let Some(true) = version_check::is_feature_flaggable() {
println!("cargo:rustc-cfg=nightly"); println!("cargo::rustc-cfg=nightly");
} }
} }