Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Oct 17, 2024
1 parent 76d21b7 commit b8087f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libproc = "0.14.2"
winapi = {version = "0.3", features = ["tlhelp32", "processthreadsapi", "handleapi", "impl-default", "dbghelp", "memoryapi", "sysinfoapi"]}

[target.'cfg(target_os="freebsd")'.build-dependencies]
bindgen = { version = "0.68.1", optional = true }
bindgen = { version = "0.70.1", optional = true }

[features]
default = ["generate-bindings"]
Expand Down

0 comments on commit b8087f9

Please sign in to comment.