Skip to content

Commit

Permalink
Force x86_64-unknown-linux-gnu for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Disasm authored and h2obrain committed May 3, 2020
1 parent aeea7ff commit a895cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ version = "0.6.0"
[package.metadata.docs.rs]
features = ["stm32f429", "rt", "usb_fs"]
rustdoc-args = ["--cfg", "docsrs"]
default-target = "x86_64-unknown-linux-gnu"

[dependencies]
cortex-m = ">=0.5.8,<0.7"
Expand Down

0 comments on commit a895cfd

Please sign in to comment.