Skip to content

Commit

Permalink
Bump bindgen from 0.69.4 to 0.70.1
Browse files Browse the repository at this point in the history
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.69.4 to 0.70.1.
- [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.4...v0.70.1)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent ef56697 commit 1f49cf8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 71 deletions.
69 changes: 2 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.70", 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.70", 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.70", 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.70"
fs_extra = "1.2"

0 comments on commit 1f49cf8

Please sign in to comment.