diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-06-18 02:15:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-18 02:15:48 +0200 |
| commit | 88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (patch) | |
| tree | da94576d2dc07d8c97f59b6e32aa2f165289be83 /embassy-boot/nrf | |
| parent | b585d547124b9a1e70b0933c11228c065684997d (diff) | |
Update to 2021 edition. (#820)
Diffstat (limited to 'embassy-boot/nrf')
| -rw-r--r-- | embassy-boot/nrf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/nrf/Cargo.toml b/embassy-boot/nrf/Cargo.toml index 97207ac29..f3cfa1144 100644 --- a/embassy-boot/nrf/Cargo.toml +++ b/embassy-boot/nrf/Cargo.toml | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | authors = [ | 2 | authors = [ |
| 3 | "Ulf Lilleengen <[email protected]>", | 3 | "Ulf Lilleengen <[email protected]>", |
| 4 | ] | 4 | ] |
| 5 | edition = "2018" | 5 | edition = "2021" |
| 6 | name = "embassy-boot-nrf" | 6 | name = "embassy-boot-nrf" |
| 7 | version = "0.1.0" | 7 | version = "0.1.0" |
| 8 | description = "Bootloader for nRF chips" | 8 | description = "Bootloader for nRF chips" |
