diff options
author | Igor Matuszewski <Xanewok@gmail.com> | 2018-03-16 16:50:05 +0100 |
---|---|---|
committer | Igor Matuszewski <Xanewok@gmail.com> | 2018-03-16 16:53:18 +0100 |
commit | b49acf40baf2e8559c5a067c609323c2b5400eef (patch) | |
tree | da52626a7a3206d258820ef81b4ee0b106f27c79 /components/script | |
parent | b93f153ed59fb993af306bd8c540887196021f87 (diff) | |
download | servo-b49acf40baf2e8559c5a067c609323c2b5400eef.tar.gz servo-b49acf40baf2e8559c5a067c609323c2b5400eef.zip |
Use mozjs 0.3 fork without Heap::new
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index cf16a2f8a80..0d2b8a5b3d0 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -62,7 +62,7 @@ metrics = {path = "../metrics"} mitochondria = "1.1.2" mime = "0.2.1" mime_guess = "1.8.0" -mozjs = { version = "0.2", features = ["promises"]} +mozjs = { version = "0.3", features = ["promises"]} msg = {path = "../msg"} net_traits = {path = "../net_traits"} num-traits = "0.1.32" |