aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf
diff options
context:
space:
mode:
authorChuck Davis <[email protected]>2022-10-08 14:38:41 -0500
committerGitHub <[email protected]>2022-10-08 14:38:41 -0500
commit3d0ba58b2d337ca74c5ae7d1d594af21f4b5ff8c (patch)
tree9678b1475cdf69abbf5e795da33184ed25a167de /examples/nrf
parentf554962f54b9f9e8f85a0dd099635619bd1acd1d (diff)
parentf8fd6ab208fd09142ab9789078e9b23ba8c3e6a9 (diff)
Merge branch 'embassy-rs:master' into master
Diffstat (limited to 'examples/nrf')
-rw-r--r--examples/nrf/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml
index 54df16ba0..91c418213 100644
--- a/examples/nrf/Cargo.toml
+++ b/examples/nrf/Cargo.toml
@@ -2,6 +2,7 @@
2edition = "2021" 2edition = "2021"
3name = "embassy-nrf-examples" 3name = "embassy-nrf-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0"
5 6
6[features] 7[features]
7default = ["nightly"] 8default = ["nightly"]