From bac7be25608c6906bbc3ecb94f78f8d1a3a4349c Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sun, 16 Jan 2022 14:08:57 -0800 Subject: [PATCH] Update edition (#102) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36b67c2..7349da3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,10 @@ description = "impl GlobalAlloc for bdwgc" version = "0.6.0" authors = [ "swgillespie ", - "Yota Toyama " + "Yota Toyama ", ] repository = "https://github.com/raviqqe/bdwgc-alloc" -edition = "2018" +edition = "2021" license = "MIT" build = "build.rs"