mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use mozjs 0.3 fork without Heap::new
This commit is contained in:
parent
b93f153ed5
commit
b49acf40ba
4 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@ app_units = "0.6"
|
|||
cssparser = "0.23.0"
|
||||
euclid = "0.17"
|
||||
hashglobe = { path = "../hashglobe" }
|
||||
mozjs = { version = "0.2", features = ["promises"], optional = true }
|
||||
mozjs = { version = "0.3", features = ["promises"], optional = true }
|
||||
selectors = { path = "../selectors" }
|
||||
servo_arc = { path = "../servo_arc" }
|
||||
smallbitvec = "1.0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue