aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf
diff options
context:
space:
mode:
authorHenrik Alsér <[email protected]>2022-07-09 23:41:02 +0200
committerHenrik Alsér <[email protected]>2022-07-09 23:41:02 +0200
commitbaae64d911d6f2bd2560b64b3856471b390f41cd (patch)
treea1818b56b817bd5f0897daf6ff372a48ce006231 /embassy-nrf
parent880b71a1e8246011109d64794ec98477722bde0e (diff)
Add embassy-embedded-hal nightly feature
Diffstat (limited to 'embassy-nrf')
-rw-r--r--embassy-nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index 3f9dabbb5..3569a70c6 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -21,7 +21,7 @@ time = ["embassy/time"]
21defmt = ["dep:defmt", "embassy/defmt", "embassy-usb?/defmt", "embedded-io?/defmt"] 21defmt = ["dep:defmt", "embassy/defmt", "embassy-usb?/defmt", "embedded-io?/defmt"]
22 22
23# Enable nightly-only features 23# Enable nightly-only features
24nightly = ["embassy/nightly", "embedded-hal-1", "embedded-hal-async", "embassy-usb", "embedded-storage-async", "dep:embedded-io"] 24nightly = ["embassy/nightly", "embedded-hal-1", "embedded-hal-async", "embassy-usb", "embedded-storage-async", "dep:embedded-io", "embassy-embedded-hal/nightly"]
25 25
26# Reexport the PAC for the currently enabled chip at `embassy_nrf::pac`. 26# Reexport the PAC for the currently enabled chip at `embassy_nrf::pac`.
27# This is unstable because semver-minor (non-breaking) releases of embassy-nrf may major-bump (breaking) the PAC version. 27# This is unstable because semver-minor (non-breaking) releases of embassy-nrf may major-bump (breaking) the PAC version.