From 5e1bbf9758181a40b7cbd66ffef644b4d75d913e Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 28 Nov 2021 22:54:27 +0200 Subject: [PATCH] build: Bump Rust edition to 2021 --- nucleus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleus/Cargo.toml b/nucleus/Cargo.toml index 1693763..34e33da 100644 --- a/nucleus/Cargo.toml +++ b/nucleus/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" license = "BlueOak-1.0.0" categories = ["no-std", "embedded", "os"] publish = false -edition = "2018" +edition = "2021" [badges] maintenance = { status = "experimental" }