mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update bindgen to 0.39.0
This fixes a build error for i686-linux-android with some versions of libclang: ``` error[E0560]: struct `generated::root::JS::Value` has no field named `__bindgen_align`sys --> /home/simon/projects/mozjs/src/jsval.rs:83:2 | 83 | __bindgen_align: [], | ^^^^^^^^^^^^^^^ `generated::root::JS::Value` does not have this field | = note: available fields are: `data` error: aborting due to previous error ```
This commit is contained in:
parent
76dd6a4cdb
commit
bcc1b25fd9
4 changed files with 15 additions and 14 deletions
|
@ -65,7 +65,7 @@ metrics = {path = "../metrics"}
|
|||
mitochondria = "1.1.2"
|
||||
mime = "0.2.1"
|
||||
mime_guess = "1.8.0"
|
||||
mozjs = "0.8.0"
|
||||
mozjs = "0.9.0"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
num-traits = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue