From a329763af70bc0a5e0a97722583c7a547b90cf6c Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 27 Sep 2022 18:07:06 -0600 Subject: [PATCH] explain the docs target selection. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 27c100d..2e9f253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,6 @@ voladdress = "1.0.2" opt-level = 3 [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"]