aboutsummaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2020-09-24 19:56:47 +0200
committerDario Nieuwenhuis <[email protected]>2020-09-24 19:56:47 +0200
commit4e4241bf909b786a5950ac6d72a33a75d8ec982a (patch)
tree4c485e9ffd2b905f15f586ed75bf66763e225b4d /examples/Cargo.toml
parentf9e2cef7f23cb4471f1b7a14c5bf771a09a56cbc (diff)
remove `nrf` prefix in features, for consistency with nrf-hal
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index c243691a7..15716a541 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -25,7 +25,7 @@ defmt-rtt = "0.1.0"
25panic-probe = "0.1.0" 25panic-probe = "0.1.0"
26nrf52840-hal = { version = "0.11.0" } 26nrf52840-hal = { version = "0.11.0" }
27embassy = { version = "0.1.0", path = "../embassy" } 27embassy = { version = "0.1.0", path = "../embassy" }
28embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "nrf52840"] } 28embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] }
29static-executor = { version = "0.1.0", features=["defmt"]} 29static-executor = { version = "0.1.0", features=["defmt"]}
30static-executor-cortex-m = { version = "0.1.0" } 30static-executor-cortex-m = { version = "0.1.0" }
31futures = { version = "0.3.5", default-features = false } 31futures = { version = "0.3.5", default-features = false }