Skip to content

Commit 19fca58

Browse files
Fix docs.rs build
There was recently a change to docs.rs to allow tier 2 targets, such as thumbv7em-none-eabihf. In the process, the “set default target to x86_64” trick broke.
1 parent b63b80e commit 19fca58

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
@@ -12,7 +12,7 @@ version = "0.4.1"
1212

1313
[package.metadata.docs.rs]
1414
features = ["stm32f303xc", "rt", "stm32-usbd"]
15-
default-target = "x86_64-unknown-linux-gnu"
15+
targets = ["thumbv7em-none-eabihf"]
1616

1717
[badges]
1818
travis-ci = { repository = "stm32-rs/stm32f3xx-hal" }

0 commit comments

Comments
 (0)