Use mozjs 0.3 fork without Heap::new

This commit is contained in:
Igor Matuszewski 2018-03-16 16:50:05 +01:00
parent b93f153ed5
commit b49acf40ba
4 changed files with 8 additions and 8 deletions

View file

@ -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"