Skip to content

Commit a895cfd

Browse files
Disasmh2obrain
authored andcommitted
Force x86_64-unknown-linux-gnu for docs.rs
stm32-rs/stm32f3xx-hal#46 (comment)
1 parent aeea7ff commit a895cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ version = "0.6.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"
2728

2829
[dependencies]
2930
cortex-m = ">=0.5.8,<0.7"

0 commit comments

Comments
 (0)