Skip to content

Commit

Permalink
update readme, update default target for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Apr 8, 2024
1 parent a0ddefa commit 2e501e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phnt"
version = "0.0.2"
version = "0.0.3"
license = "MIT"
authors = ["oberrich <[email protected]>"]
repository = "https://github.com/oberrich/phnt-rs"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e501e7

Please sign in to comment.