explain the docs target selection.

This commit is contained in:
Lokathor 2022-09-27 18:07:06 -06:00
parent c3aa7591b2
commit a329763af7

View file

@ -14,4 +14,6 @@ voladdress = "1.0.2"
opt-level = 3 opt-level = 3
[package.metadata.docs.rs] [package.metadata.docs.rs]
# The crate can only be built for targets that have thumb-interworking support,
# because otherwise the instruction_set attribute can't be used.
targets = ["armv5te-unknown-linux-gnueabi"] targets = ["armv5te-unknown-linux-gnueabi"]