summaryrefslogtreecommitdiff
path: root/nrf-softdevice-gen
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-gen
parent017af68efb4c5570f9a5e96eb2037d549fea6087 (diff)
parentc95d4c1d7926729ec04f11821bcc2b5c3283c9a0 (diff)
downloadnrf-softdevice-e544c40e39487ceab85b45ead4f3b0a63f5c84f6.zip
Merge pull request #126 from alexmoon/ed2021
Update to 2021 edition
Diffstat (limited to 'nrf-softdevice-gen')
-rw-r--r--nrf-softdevice-gen/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrf-softdevice-gen/Cargo.toml b/nrf-softdevice-gen/Cargo.toml
index e115dc4..ca12c89 100644
--- a/nrf-softdevice-gen/Cargo.toml
+++ b/nrf-softdevice-gen/Cargo.toml
@@ -2,7 +2,7 @@
name = "nrf-softdevice-gen"
version = "0.1.0"
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
-edition = "2018"
+edition = "2021"
[dependencies]
bindgen = "0.55.1"