From 88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 18 Jun 2022 02:15:48 +0200 Subject: Update to 2021 edition. (#820) --- examples/stm32f0/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/stm32f0') diff --git a/examples/stm32f0/Cargo.toml b/examples/stm32f0/Cargo.toml index 53358db9a..8e0dad865 100644 --- a/examples/stm32f0/Cargo.toml +++ b/examples/stm32f0/Cargo.toml @@ -2,8 +2,7 @@ name = "embassy-stm32f0-examples" version = "0.1.0" authors = ["Thales Fragoso "] -edition = "2018" -resolver = "2" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit