diff options
Diffstat (limited to 'examples')
| -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 } |
