aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/boot/Cargo.toml')
-rw-r--r--examples/boot/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/Cargo.toml b/examples/boot/Cargo.toml
index 36e2e169d..2da659478 100644
--- a/examples/boot/Cargo.toml
+++ b/examples/boot/Cargo.toml
@@ -5,8 +5,8 @@ name = "embassy-boot-examples"
5version = "0.1.0" 5version = "0.1.0"
6 6
7[dependencies] 7[dependencies]
8embassy = { version = "0.1.0", path = "../../embassy" } 8embassy = { version = "0.1.0", path = "../../embassy", features = ["nightly"] }
9embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["time-driver-rtc1", "gpiote"] } 9embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["time-driver-rtc1", "gpiote", "nightly"] }
10embassy-boot-nrf = { version = "0.1.0", path = "../../embassy-boot/nrf" } 10embassy-boot-nrf = { version = "0.1.0", path = "../../embassy-boot/nrf" }
11embassy-traits = { version = "0.1.0", path = "../../embassy-traits" } 11embassy-traits = { version = "0.1.0", path = "../../embassy-traits" }
12 12