Skip to content

Commit 6d0467e

Browse files
Update bindgen requirement from 0.37.0 to 0.63.0
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.37.0...v0.51.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cb724e commit 6d0467e

File tree

2 files changed

+76
-63
lines changed

2 files changed

+76
-63
lines changed

Cargo.lock

Lines changed: 75 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "0.1.0"
66
build = "build.rs"
77

88
[build-dependencies]
9-
bindgen = "0.37.0"
9+
bindgen = "0.51.1"
1010
glob = "0.2.11"
1111
syntex = "0.42" # keep syntex version in match with pnet_macros/Cargo.toml
1212
pnet = "0.25.0"

0 commit comments

Comments
 (0)