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

@ -19,7 +19,7 @@ opt-level = 3
# lto = false
[patch.crates-io]
mozjs = { git = "https://github.com/Xanewok/rust-mozjs", branch = "remove-heap-constructor" }
# If you need to temporarily test Servo with a local fork of some upstream
# crate, add that here. Use the form:
#