From 3577b398c10bbae628e8230c96a8b39c00ea98fb Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sun, 26 Jun 2022 10:33:39 +1000 Subject: [PATCH] Update to Rust edition 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32c5fe3..3348b41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["the rp-rs team"] -edition = "2018" +edition = "2021" readme = "README.md" name = "rp2040-project-template" version = "0.1.0"