Skip to content

Commit 0efb2b6

Browse files
committed
Set targets for docs.rs in the hope to get the docs up
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent f9fabf9 commit 0efb2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version = "0.8.0"
2424
[package.metadata.docs.rs]
2525
features = ["stm32f429", "rt", "usb_fs"]
2626
rustdoc-args = ["--cfg", "docsrs"]
27-
default-target = "x86_64-unknown-linux-gnu"
27+
targets = ["thumbv7em-none-eabihf"]
2828

2929
[dependencies]
3030
cortex-m = ">=0.5.8,<0.7"

0 commit comments

Comments
 (0)