diff --git a/Cargo.toml b/Cargo.toml index 32d013d..f1ca64f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,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"]