Enable all uefi-rs features on docs.rs (#295)

This commit is contained in:
Nicholas Bishop 2021-12-11 04:01:44 -05:00 committed by GitHub
parent 511d0bf595
commit fcf8d2aab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,3 +48,6 @@ members = [
[patch.crates-io]
uefi-macros = { path = "uefi-macros" }
uefi = { path = "." }
[package.metadata.docs.rs]
all-features = true