Skip to content

Commit 0090d41

Browse files
committed
Docs should be built for all windows-msvc platforms but nothing else
1 parent e39a29b commit 0090d41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ build = "build.rs"
1515
[package.metadata.docs.rs]
1616
features = ["everything", "impl-debug", "impl-default"]
1717
default-target = "x86_64-pc-windows-msvc"
18+
targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]
1819

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

0 commit comments

Comments
 (0)