Update mozangle and mozjs in order to use bindgen 0.69.4 (#31306)

This should fix issues that we have with Float16 support on newer LLVM.
This also updates style, in order to remove the duplicate version of
bindgen. We will soon be able to manage updates to style more
consistently.
This commit is contained in:
Martin Robinson 2024-02-10 07:28:26 +01:00 committed by GitHub
parent cb5172f40e
commit ee32212437
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 67 deletions

View file

@ -86,7 +86,7 @@ unicode-segmentation = "1.0"
void = "1.0.2"
[build-dependencies]
bindgen = { version = "0.64", optional = true, default-features = false }
bindgen = { version = "0.69", optional = true, default-features = false }
lazy_static = "1"
log = "0.4"
mozbuild = { version = "0.1", optional = true }