mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-30 05:40:55 +00:00
Merge pull request #3808 from embassy-rs/jamesmunns-patch-1
Set embassy-rp target in docs-rs metadata
This commit is contained in:
commit
ef78441ec1
@ -20,7 +20,9 @@ flavors = [
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["defmt", "unstable-pac", "time-driver"]
|
||||
# TODO: it's not GREAT to set a specific target, but docs.rs builds will fail otherwise
|
||||
# for now, default to rp2040
|
||||
features = ["defmt", "unstable-pac", "time-driver", "rp2040"]
|
||||
|
||||
[features]
|
||||
default = [ "rt" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user