Skip to content

Commit

Permalink
Docs should be built for all windows-msvc platforms but nothing else
Browse files Browse the repository at this point in the history
  • Loading branch information
retep998 committed May 28, 2020
1 parent e39a29b commit 0090d41
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 @@ -15,6 +15,7 @@ build = "build.rs"
[package.metadata.docs.rs]
features = ["everything", "impl-debug", "impl-default"]
default-target = "x86_64-pc-windows-msvc"
targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]

[target.i686-pc-windows-gnu.dependencies]
winapi-i686-pc-windows-gnu = { version = "0.4", path = "i686" }
Expand Down

0 comments on commit 0090d41

Please sign in to comment.