cleanup after msrv bump

This commit is contained in:
Skgland
2026-06-05 20:44:38 +02:00
parent 03f796e9ff
commit bb5a59170a
4 changed files with 19 additions and 95 deletions

View File

@@ -45,10 +45,6 @@ fn find_prolog_files(path_prefix: &str, current_dir: &Path) -> Vec<(String, Path
}
fn main() {
if version_check::is_min_version("1.87.0").unwrap_or(false) {
println!(r#"cargo:rustc-cfg=rust_version="1.87.0""#);
}
let has_rustfmt = Command::new("rustfmt")
.arg("--version")
.stdin(Stdio::inherit())