Skip to content

Commit

Permalink
fixup! build: Add riot-rs{-,::}coap (crate setup & docs CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 30, 2024
1 parent 072c102 commit e06bfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ hwrng = ["riot-rs-embassy/hwrng"]

#! ## Network protocols
## Enables support for [CoAP](https://future-proof-iot.github.io/RIOT-rs/dev/docs/book/tooling/coap.html).
coap = ["dep:riot-rs-coap", "csprng", "random"]
coap = ["dep:riot-rs-coap", "random"]

#! ## Serial communication
## Enables I2C support.
Expand Down

0 comments on commit e06bfb1

Please sign in to comment.