From d6ed4dd1341df9cb7c0b793009188baaadf51e0e Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Fri, 24 Jun 2022 02:32:24 +0800 Subject: [PATCH] using rustc edtion 2021 --- os/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/Cargo.toml b/os/Cargo.toml index 8b81163..660456c 100644 --- a/os/Cargo.toml +++ b/os/Cargo.toml @@ -2,7 +2,7 @@ name = "os" version = "0.1.0" authors = ["Yifan Wu "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html