From ed89d02c1c0bb5083ce763b8f6edcd0ef17d5b4a Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 1 Jul 2022 16:31:13 -0700 Subject: [PATCH] Cargo.toml: Use Rust 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb22c79..09d76d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "colmena" version = "0.4.0-pre" authors = ["Zhaofeng Li "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html