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 2e501e7 commit e301ba6
Show file tree
Hide file tree
Showing 3 changed files with 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phnt"
version = "0.0.3"
version = "0.0.4"
license = "MIT"
authors = ["oberrich <[email protected]>"]
repository = "https://github.com/oberrich/phnt-rs"
Expand Down
2 changes: 1 addition & 1 deletion src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl BindgenConfig {
];

bindgen::builder()
.header(concat!(env!("CARGO_MANIFEST_DIR"), "\\src\\ffi\\wrapper.h"))
.header(concat!(env!("CARGO_MANIFEST_DIR"), "/src/ffi/wrapper.h"))
.raw_line(raw_lines.join("\r\n").as_str())
.clang_args(clang_args)
.allowlist_file(allowlist_regexpr.as_str())
Expand Down

0 comments on commit e301ba6

Please sign in to comment.