Skip to content

Commit 56f7606

Browse files
build(deps): update bindgen requirement from 0.69 to 0.71 (#277)
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.69.0...v0.71.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cc9d31 commit 56f7606

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.69"
24+
bindgen = "0.71"
2525
build-deps = "0.1"
2626

2727
[features]

0 commit comments

Comments
 (0)