summaryrefslogtreecommitdiff
path: root/nrf-softdevice-mbr
diff options
context:
space:
mode:
authoralexmoon <alex.r.moon@gmail.com>2022-07-13 15:27:22 -0400
committeralexmoon <alex.r.moon@gmail.com>2022-07-14 16:35:37 -0400
commitc95d4c1d7926729ec04f11821bcc2b5c3283c9a0 (patch)
tree05921d163b16b3e872765f9d57ca1f8b76ad2a2d /nrf-softdevice-mbr
parentee22e26594b99b04fbd3ab56cf677fdfa74ea42a (diff)
downloadnrf-softdevice-c95d4c1d7926729ec04f11821bcc2b5c3283c9a0.zip
Update to 2021 edition
Diffstat (limited to 'nrf-softdevice-mbr')
-rw-r--r--nrf-softdevice-mbr/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrf-softdevice-mbr/Cargo.toml b/nrf-softdevice-mbr/Cargo.toml
index 40b6540..f628831 100644
--- a/nrf-softdevice-mbr/Cargo.toml
+++ b/nrf-softdevice-mbr/Cargo.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/embassy-rs/nrf-softdevice"
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["arm", "cortex-m", "nrf52", "nrf-softdevice"]
license-file = "LICENSE-NORDIC"
-edition = "2018"
+edition = "2021"
[package.metadata.docs.rs]
targets = ["thumbv7em-none-eabihf"]