From 79ba347d924cbb4dbe590e3a8b196b859965ac45 Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Fri, 14 Feb 2020 16:06:36 +0300 Subject: [PATCH] Force x86_64-unknown-linux-gnu for docs.rs https://github.com/stm32-rs/stm32f3xx-hal/issues/46#issuecomment-573312497 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9919c9b9..d2ba82a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"