Skip to content

Commit 4ca07ba

Browse files
build(deps): update bindgen requirement from 0.71 to 0.72 (#289)
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/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.71.0...v0.72.0) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7adfbf2 commit 4ca07ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oqs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ openssl-sys = { version = "0.9", features = ["vendored"], optional = true }
2121
[build-dependencies]
2222
pkg-config = "0.3"
2323
cmake = "0.1"
24-
bindgen = "0.71"
24+
bindgen = "0.72"
2525
build-deps = "0.1"
2626

2727
[features]

0 commit comments

Comments
 (0)