diff --git a/Cargo.lock b/Cargo.lock index 20a418e..578d4b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "phnt" -version = "0.0.12" +version = "0.0.14" dependencies = [ "bindgen", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f6784bf..555b9de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.13" +version = "0.0.14" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs" @@ -11,7 +11,7 @@ description = "Rust bindings to the System Informer's (formerly known as Process # exclude = ["deps"] [features] -default = ["docsrs"] +default = [] docsrs = [] [package.metadata.docs.rs]