Skip to content

Commit 1af6362

Browse files
authored
Merge pull request #76 from rubberduck203/patch-1
Fix docs.rs build
2 parents b63b80e + 19fca58 commit 1af6362

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)