aboutsummaryrefslogtreecommitdiff
path: root/examples/boot
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-06-18 02:15:48 +0200
committerGitHub <[email protected]>2022-06-18 02:15:48 +0200
commit88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (patch)
treeda94576d2dc07d8c97f59b6e32aa2f165289be83 /examples/boot
parentb585d547124b9a1e70b0933c11228c065684997d (diff)
Update to 2021 edition. (#820)
Diffstat (limited to 'examples/boot')
-rw-r--r--examples/boot/nrf/Cargo.toml2
-rw-r--r--examples/boot/stm32l0/Cargo.toml2
-rw-r--r--examples/boot/stm32l1/Cargo.toml2
-rw-r--r--examples/boot/stm32l4/Cargo.toml2
-rw-r--r--examples/boot/stm32wl/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
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 @@
1[package] 1[package]
2authors = ["Ulf Lilleengen <[email protected]>"] 2authors = ["Ulf Lilleengen <[email protected]>"]
3edition = "2018" 3edition = "2021"
4name = "embassy-boot-nrf-examples" 4name = "embassy-boot-nrf-examples"
5version = "0.1.0" 5version = "0.1.0"
6 6
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 @@
1[package] 1[package]
2authors = ["Ulf Lilleengen <[email protected]>"] 2authors = ["Ulf Lilleengen <[email protected]>"]
3edition = "2018" 3edition = "2021"
4name = "embassy-boot-stm32l0-examples" 4name = "embassy-boot-stm32l0-examples"
5version = "0.1.0" 5version = "0.1.0"
6 6
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 @@
1[package] 1[package]
2authors = ["Ulf Lilleengen <[email protected]>"] 2authors = ["Ulf Lilleengen <[email protected]>"]
3edition = "2018" 3edition = "2021"
4name = "embassy-boot-stm32l1-examples" 4name = "embassy-boot-stm32l1-examples"
5version = "0.1.0" 5version = "0.1.0"
6 6
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 @@
1[package] 1[package]
2authors = ["Ulf Lilleengen <[email protected]>"] 2authors = ["Ulf Lilleengen <[email protected]>"]
3edition = "2018" 3edition = "2021"
4name = "embassy-boot-stm32l4-examples" 4name = "embassy-boot-stm32l4-examples"
5version = "0.1.0" 5version = "0.1.0"
6 6
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 @@
1[package] 1[package]
2authors = ["Ulf Lilleengen <[email protected]>"] 2authors = ["Ulf Lilleengen <[email protected]>"]
3edition = "2018" 3edition = "2021"
4name = "embassy-boot-stm32wl-examples" 4name = "embassy-boot-stm32wl-examples"
5version = "0.1.0" 5version = "0.1.0"
6 6