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) --- tests/stm32/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index ad6403ab3..e96c86487 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml @@ -1,9 +1,8 @@ [package] authors = ["Dario Nieuwenhuis "] -edition = "2018" +edition = "2021" name = "embassy-stm32-tests" version = "0.1.0" -resolver = "2" [features] stm32f103c8 = ["embassy-stm32/stm32f103c8"] # Blue Pill -- cgit