Skip to content

Commit 1158eb0

Browse files
dependabot[bot]thomwiggers
authored andcommitted
Update bindgen requirement from 0.65 to 0.66
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.65.0...v0.66.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07ac38f commit 1158eb0

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
@@ -19,7 +19,7 @@ libc = "0.2"
1919

2020
[build-dependencies]
2121
cmake = "0.1"
22-
bindgen = "0.65"
22+
bindgen = "0.66"
2323
build-deps = "0.1"
2424

2525
[features]

0 commit comments

Comments
 (0)