Skip to content

Commit

Permalink
Update bindgen requirement from 0.69 to 0.71
Browse files Browse the repository at this point in the history
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.0)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent de44bdb commit 8b1d6b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sys/hacl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
[build-dependencies]
cc = { version = "1.1", features = ["parallel"] }
libcrux-platform = { version = "=0.0.2-beta.2", path = "../platform" }
bindgen = { version = "0.69", optional = true }
bindgen = { version = "0.71", optional = true }

[features]
bindings = ["bindgen"] # generate fresh bindings
Expand Down
2 changes: 1 addition & 1 deletion sys/lib25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ libc = "0.2"

[build-dependencies]
cc = { version = "1.1", features = ["parallel"] }
bindgen = { version = "0.69", optional = true }
bindgen = { version = "0.71", optional = true }
pkg-config = "0.3"
2 changes: 1 addition & 1 deletion sys/libjade/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cc = { version = "1.1", features = ["parallel"] }
libcrux-platform = { version = "=0.0.2-beta.2", path = "../platform" }

[target.'cfg(not(windows))'.build-dependencies]
bindgen = { version = "0.69", optional = true }
bindgen = { version = "0.71", optional = true }

[dev-dependencies]
pretty_env_logger = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion sys/pqclean/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ publish = false

[build-dependencies]
cc = { version = "1.1", features = ["parallel"] }
bindgen = "0.69"
bindgen = "0.71"
fs_extra = "1.2"

0 comments on commit 8b1d6b6

Please sign in to comment.