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/stm32wl/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/stm32wl') diff --git a/examples/stm32wl/Cargo.toml b/examples/stm32wl/Cargo.toml index b635cb178..68f5f137d 100644 --- a/examples/stm32wl/Cargo.toml +++ b/examples/stm32wl/Cargo.toml @@ -1,9 +1,8 @@ [package] authors = ["Dario Nieuwenhuis ", "Ulf Lilleengen "] -edition = "2018" +edition = "2021" name = "embassy-stm32wl-examples" version = "0.1.0" -resolver = "2" [dependencies] embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime", "time-tick-32768hz"] } -- cgit