Skip to content

Commit

Permalink
Support building with Clang 16 (#486)
Browse files Browse the repository at this point in the history
In order to build with Clang 16, the bindgen dependency needs to be
upgraded to at least version 0.62.0 (this change bumps to the latest,
which is 0.66.1). See #485

Signed-off-by: Sean Arms <[email protected]>
  • Loading branch information
lesserwhirls authored Aug 28, 2023
1 parent f10dc5b commit 09f556e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
37 changes: 22 additions & 15 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 mountpoint-s3-crt-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exclude = [
]

[build-dependencies]
bindgen = { version = "0.60.1", default-features = false, features = ["runtime"] }
bindgen = { version = "0.66.1", default-features = false, features = ["runtime"] }
cc = "1.0.73"
cmake = "0.1.48"
rustflags = "0.1.1"
Expand Down

0 comments on commit 09f556e

Please sign in to comment.