summaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-06-18 02:15:48 +0200
committerGitHub <noreply@github.com>2022-06-18 02:15:48 +0200
commit88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (patch)
treeda94576d2dc07d8c97f59b6e32aa2f165289be83 /embassy-boot
parentb585d547124b9a1e70b0933c11228c065684997d (diff)
downloadembassy-88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c.zip
Update to 2021 edition. (#820)
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/boot/Cargo.toml2
-rw-r--r--embassy-boot/nrf/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/embassy-boot/boot/Cargo.toml b/embassy-boot/boot/Cargo.toml
index 0a3006ff..7ceb5885 100644
--- a/embassy-boot/boot/Cargo.toml
+++ b/embassy-boot/boot/Cargo.toml
@@ -2,7 +2,7 @@
authors = [
"Ulf Lilleengen <lulf@redhat.com>",
]
-edition = "2018"
+edition = "2021"
name = "embassy-boot"
version = "0.1.0"
description = "Bootloader using Embassy"
diff --git a/embassy-boot/nrf/Cargo.toml b/embassy-boot/nrf/Cargo.toml
index 97207ac2..f3cfa114 100644
--- a/embassy-boot/nrf/Cargo.toml
+++ b/embassy-boot/nrf/Cargo.toml
@@ -2,7 +2,7 @@
authors = [
"Ulf Lilleengen <lulf@redhat.com>",
]
-edition = "2018"
+edition = "2021"
name = "embassy-boot-nrf"
version = "0.1.0"
description = "Bootloader for nRF chips"