mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
cb5172f40e
commit
ee32212437
4 changed files with 17 additions and 67 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue