From dacc65f1f90a5bba6d06aa725b0d1a15f6fe1d91 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Mon, 8 Apr 2024 07:24:17 +0200 Subject: [PATCH] attempt to fix doc build --- Cargo.lock | 2 +- Cargo.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bab5967..a6a750c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "phnt" -version = "0.0.4" +version = "0.0.5" dependencies = [ "bindgen", "chrono", diff --git a/Cargo.toml b/Cargo.toml index dd46956..c7687ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.4" +version = "0.0.5" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs" @@ -11,7 +11,9 @@ description = "Rust bindings to the System Informer's (formerly known as Process # exclude = ["deps"] [package.metadata.docs.rs] +all-features = true default-target = "x86_64-pc-windows-msvc" +targets = [] [build-dependencies] windows.features = ["Win32_Foundation"]