Skip to content

Commit 07e5690

Browse files
build(deps): update bindgen requirement from 0.68 to 0.69 (#254)
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.68.0...v0.69.0) --- 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 c86b211 commit 07e5690

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
@@ -20,7 +20,7 @@ libc = "0.2"
2020
[build-dependencies]
2121
pkg-config = "0.3"
2222
cmake = "0.1"
23-
bindgen = "0.68"
23+
bindgen = "0.69"
2424
build-deps = "0.1"
2525

2626
[features]

0 commit comments

Comments
 (0)