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/boot/nrf/Cargo.toml | 2 +- examples/boot/stm32l0/Cargo.toml | 2 +- examples/boot/stm32l1/Cargo.toml | 2 +- examples/boot/stm32l4/Cargo.toml | 2 +- examples/boot/stm32wl/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/boot') diff --git a/examples/boot/nrf/Cargo.toml b/examples/boot/nrf/Cargo.toml index 42bc35430..f1d44bad8 100644 --- a/examples/boot/nrf/Cargo.toml +++ b/examples/boot/nrf/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Ulf Lilleengen "] -edition = "2018" +edition = "2021" name = "embassy-boot-nrf-examples" version = "0.1.0" diff --git a/examples/boot/stm32l0/Cargo.toml b/examples/boot/stm32l0/Cargo.toml index b6fe9ee65..bbfe692a7 100644 --- a/examples/boot/stm32l0/Cargo.toml +++ b/examples/boot/stm32l0/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Ulf Lilleengen "] -edition = "2018" +edition = "2021" name = "embassy-boot-stm32l0-examples" version = "0.1.0" diff --git a/examples/boot/stm32l1/Cargo.toml b/examples/boot/stm32l1/Cargo.toml index d3c66323e..56cfb6f02 100644 --- a/examples/boot/stm32l1/Cargo.toml +++ b/examples/boot/stm32l1/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Ulf Lilleengen "] -edition = "2018" +edition = "2021" name = "embassy-boot-stm32l1-examples" version = "0.1.0" diff --git a/examples/boot/stm32l4/Cargo.toml b/examples/boot/stm32l4/Cargo.toml index 234ea9b5c..ddb6b151a 100644 --- a/examples/boot/stm32l4/Cargo.toml +++ b/examples/boot/stm32l4/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Ulf Lilleengen "] -edition = "2018" +edition = "2021" name = "embassy-boot-stm32l4-examples" version = "0.1.0" diff --git a/examples/boot/stm32wl/Cargo.toml b/examples/boot/stm32wl/Cargo.toml index b6062b6a6..08136c8e1 100644 --- a/examples/boot/stm32wl/Cargo.toml +++ b/examples/boot/stm32wl/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Ulf Lilleengen "] -edition = "2018" +edition = "2021" name = "embassy-boot-stm32wl-examples" version = "0.1.0" -- cgit