Upgrade Rust Edition to 2021 (was 2015)

This commit is contained in:
drojf
2024-02-28 19:18:35 +11:00
parent 62d160a30e
commit eee324d4ec
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,3 @@
extern crate inflector;
extern crate log;
extern crate simplelog;
use std::env;
use std::process::{Command, ExitCode};
use std::fs;