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 dacc65f commit ebb8a7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phnt"
version = "0.0.5"
version = "0.0.6"
license = "MIT"
authors = ["oberrich <[email protected]>"]
repository = "https://github.com/oberrich/phnt-rs"
Expand All @@ -17,15 +17,15 @@ targets = []

[build-dependencies]
windows.features = ["Win32_Foundation"]
windows-targets = ">=0.52.0"
windows.version = ">=0.52.0"
windows-targets = "0.52.0"
windows.version = "0.52.0"
bindgen = "0.69.4"
regex = "1.10.3"
chrono = "0.4.37"

[dependencies]
windows.features = ["Win32_Foundation"]
windows-targets = ">=0.52.0"
windows.version = ">=0.52.0"
windows-targets = "0.52.0"
windows.version = "0.52.0"
nt-string = "0.1.1"
cty = "0.2.2"
2 changes: 1 addition & 1 deletion src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl BindgenConfig {
.vtable_generation(true)
.generate_comments(true)
.generate_block(true)
.detect_include_paths(true)
.detect_include_paths(false)
.prepend_enum_name(false)
.block_extern_crate(false)
.fit_macro_constants(false)
Expand Down

0 comments on commit ebb8a7b

Please sign in to comment.