From 0e315d22d95fcb2575377eda36ec669a79709827 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:29:50 +0200 Subject: [PATCH] bump semver & fix docs.rs --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"]