We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6df95fd + 7fa5805 commit 46011e2Copy full SHA for 46011e2
.github/workflows/rustdoc.yml
@@ -14,4 +14,5 @@ jobs:
14
- uses: dtolnay/rust-toolchain@master
15
with:
16
toolchain: nightly-2023-10-14
17
- - run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features
+ # tokio/net required to workaround https://github.com/tokio-rs/tokio/issues/6165
18
+ - run: RUSTDOCFLAGS="--deny=warnings --cfg=docsrs" cargo doc --all-features --features tokio/net
embedded-hal/Cargo.toml
@@ -15,5 +15,8 @@ readme = "README.md"
repository = "https://github.com/rust-embedded/embedded-hal"
version = "1.0.0-rc.1"
+[features]
19
+defmt-03 = ["dep:defmt-03"]
20
+
21
[dependencies]
22
defmt-03 = { package = "defmt", version = "0.3", optional = true }
0 commit comments