Skip to content

Commit

Permalink
attempt to fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Apr 8, 2024
1 parent e301ba6 commit dacc65f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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.

4 changes: 3 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.4"
version = "0.0.5"
license = "MIT"
authors = ["oberrich <[email protected]>"]
repository = "https://github.com/oberrich/phnt-rs"
Expand All @@ -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"]
Expand Down

0 comments on commit dacc65f

Please sign in to comment.