Skip to content

Commit

Permalink
Update cxx to fix opaqueness of C++ types under LLVM 17 + ThinLTO
Browse files Browse the repository at this point in the history
Summary:
This update includes dtolnay/cxx#1370 to solve S443733.

The other intervening release notes:

- https://github.com/dtolnay/cxx/releases/tag/1.0.125
- https://github.com/dtolnay/cxx/releases/tag/1.0.126
- https://github.com/dtolnay/cxx/releases/tag/1.0.127
- https://github.com/dtolnay/cxx/releases/tag/1.0.128

Reviewed By: kuecks

Differential Revision: D62048225

fbshipit-source-id: 716eae04d2731616b1f88a72ca7b9071649619ca
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Aug 31, 2024
1 parent 7b4ba6d commit aaa7c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2a
base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "d278c56adfa39a0723c79bdcd461644194bc5138" }
bindgen = { git = "https://github.com/rust-lang/rust-bindgen", rev = "7ea3f36d58399204a6ab81a38be14c3c363c296b" }
bindgen-cli = { git = "https://github.com/rust-lang/rust-bindgen", rev = "7ea3f36d58399204a6ab81a38be14c3c363c296b" }
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "cf9ae5500db7d31292d12a6b0728b0f6a1d7b9c9" }
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "cf9ae5500db7d31292d12a6b0728b0f6a1d7b9c9" }
cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "2ea39c564284a70fdc1793fd72c442433e5a2638" }
cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "2ea39c564284a70fdc1793fd72c442433e5a2638" }
displaydoc = { git = "https://github.com/yaahc/displaydoc", rev = "7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0" }
graphql-parser = { git = "https://github.com/graphql-rust//graphql-parser", rev = "8d76425d83c40670570cc325f57c730262f07456" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
Expand Down

0 comments on commit aaa7c10

Please sign in to comment.