Skip to content

Commit

Permalink
Merge pull request #53 from bytecodealliance/dependabot/cargo/userfau…
Browse files Browse the repository at this point in the history
…ltfd-sys/bindgen-tw-0.66.1

Update bindgen requirement from ^0.65.1 to ^0.66.1 in /userfaultfd-sys
  • Loading branch information
Pat Hickey authored Aug 30, 2023
2 parents 623c395 + 4ff2266 commit 5939721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userfaultfd-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build = "build.rs"
cfg-if = "^1.0.0"

[build-dependencies]
bindgen = { version = "^0.65.1", default-features = false, features = ["runtime"] }
bindgen = { version = "^0.66.1", default-features = false, features = ["runtime"] }
cc = "1.0"

[features]
Expand Down

0 comments on commit 5939721

Please sign in to comment.