Fix the docs.rs build take 2

This commit is contained in:
Mihai Dinculescu
2022-10-22 10:04:16 +01:00
parent a77356fc48
commit 34411bf63e
8 changed files with 54 additions and 14 deletions

View File

@@ -25,6 +25,6 @@ thiserror = "1.0"
simconnect-sdk-derive = { version = "=0.1.1", path = "../simconnect-sdk-derive", optional = true }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-pc-windows-msvc"]
features = ["derive"]
default-target = "x86_64-pc-windows-msvc"
targets = []