From 01b4ebdbcc7a2693c0482f483eb09561abf4dfdd Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:10:52 +0200 Subject: [PATCH] remove `docsrs` from `default` features --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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]