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"]