From 2e501e7472124b0657c90e5a4e248c9a6bb359a3 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:57:13 +0200 Subject: [PATCH] update readme, update default target for docs --- Cargo.lock | 2 +- Cargo.toml | 5 ++++- README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5236f2..a3c88d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "phnt" -version = "0.0.2" +version = "0.0.3" dependencies = [ "bindgen", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ca8d81d..719f8de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.2" +version = "0.0.3" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs" @@ -10,6 +10,9 @@ build = "src/build.rs" description = "Rust bindings to the System Informer's (formerly known as Process Hacker) `phnt` native Windows headers" # exclude = ["deps"] +[package.metadata.docs.rs] +default-target = "x86_64-pc-windows-msvc" + [build-dependencies] windows.features = ["Win32_Foundation"] windows-targets = ">=0.52.0" diff --git a/README.md b/README.md index c633239..e0978f4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This crate provides Rust with access to the **[System Informer][sysinf]**'s (for A nightly copy of the phnt is fetched from [phnt-nightly][phnt.nightly]. -**crate version:** 0.0.1 aka work-in-progress. +**crate version:** 0.0.x aka work-in-progress. [github]: https://github.com/oberrich/phnt-rs/actions/workflows/rust.yml [github.img]: https://github.com/oberrich/phnt-rs/actions/workflows/rust.yml/badge.svg