diff --git a/Cargo.toml b/Cargo.toml index fae5746..40d9a64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ all-features = true default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] rustdoc-args = ["--cfg", "docsrs"] +rustc-args = ["--cfg", "docsrs"] [build-dependencies] windows.features = ["Win32_Foundation"]