From f3944a32c46e340cfd0544db426381b96275867d Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:17:25 +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 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"]