Skip to content

Commit

Permalink
Merge pull request #709 from cryspen/dependabot/cargo/bindgen-0.71
Browse files Browse the repository at this point in the history
Update bindgen requirement from 0.69 to 0.71
  • Loading branch information
franziskuskiefer authored Dec 9, 2024
2 parents de44bdb + 8b1d6b6 commit 116d987
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 116d987

Please sign in to comment.