summaryrefslogtreecommitdiff
path: root/nrf-softdevice-mbr
diff options
context:
space:
mode:
authoralexmoon <alex.r.moon@gmail.com>2022-07-15 11:18:43 -0400
committerGitHub <noreply@github.com>2022-07-15 11:18:43 -0400
commite544c40e39487ceab85b45ead4f3b0a63f5c84f6 (patch)
treedcff4d5e2c245ff97b4d86e57372c500c5385a88 /nrf-softdevice-mbr
parent017af68efb4c5570f9a5e96eb2037d549fea6087 (diff)
parentc95d4c1d7926729ec04f11821bcc2b5c3283c9a0 (diff)
downloadnrf-softdevice-e544c40e39487ceab85b45ead4f3b0a63f5c84f6.zip
Merge pull request #126 from alexmoon/ed2021
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"]