mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Fix binding generation for overloaded functions with optionals and default values
This commit is contained in:
parent
33fa728d6e
commit
2974dae431
6 changed files with 14 additions and 7 deletions
|
@ -16,7 +16,7 @@ app_units = "0.5.5"
|
|||
cssparser = "0.22.0"
|
||||
euclid = "0.15"
|
||||
hashglobe = { path = "../hashglobe" }
|
||||
mozjs = { version = "0.1.7", features = ["promises"], optional = true }
|
||||
mozjs = { version = "0.1.8", features = ["promises"], optional = true }
|
||||
servo_arc = { path = "../servo_arc" }
|
||||
smallbitvec = "1.0.3"
|
||||
smallvec = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue