Skip to content

Commit

Permalink
Merge pull request #21 from ohadravid/update-bindgen
Browse files Browse the repository at this point in the history
Bump bindgen version
  • Loading branch information
ohadravid authored Dec 13, 2024
2 parents 38c01bd + 0474a8e commit 425e660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netstat2"
version = "0.11.0"
version = "0.11.1"
authors = ["Ohad Ravid <[email protected]>", "ivxvm <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -25,7 +25,7 @@ name = "get_sockets_info_benchmark"
harness = false

[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "linux", target_os = "android"))'.build-dependencies]
bindgen = "0.65"
bindgen = "0.71"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
num-derive = "0.3"
Expand Down

0 comments on commit 425e660

Please sign in to comment.