diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-09-24 19:56:47 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-09-24 19:56:47 +0200 |
| commit | 4e4241bf909b786a5950ac6d72a33a75d8ec982a (patch) | |
| tree | 4c485e9ffd2b905f15f586ed75bf66763e225b4d /examples/Cargo.toml | |
| parent | f9e2cef7f23cb4471f1b7a14c5bf771a09a56cbc (diff) | |
remove `nrf` prefix in features, for consistency with nrf-hal
Diffstat (limited to 'examples/Cargo.toml')
| -rw-r--r-- | examples/Cargo.toml | 2 |
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" | |||
| 25 | panic-probe = "0.1.0" | 25 | panic-probe = "0.1.0" |
| 26 | nrf52840-hal = { version = "0.11.0" } | 26 | nrf52840-hal = { version = "0.11.0" } |
| 27 | embassy = { version = "0.1.0", path = "../embassy" } | 27 | embassy = { version = "0.1.0", path = "../embassy" } |
| 28 | embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "nrf52840"] } | 28 | embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] } |
| 29 | static-executor = { version = "0.1.0", features=["defmt"]} | 29 | static-executor = { version = "0.1.0", features=["defmt"]} |
| 30 | static-executor-cortex-m = { version = "0.1.0" } | 30 | static-executor-cortex-m = { version = "0.1.0" } |
| 31 | futures = { version = "0.3.5", default-features = false } | 31 | futures = { version = "0.3.5", default-features = false } |
