Bug 1601233: Bump Cranelift to 497b4e1ca1d33dfd54314366d8e3a27a9fea225f; r=rhunt

Differential Revision: https://phabricator.services.mozilla.com/D55790

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Benjamin Bouvier 2019-12-05 04:26:50 +00:00
parent ea63a0888d
commit e9dfb12b1e
2 changed files with 6 additions and 6 deletions

View File

@ -67,9 +67,9 @@ nix = { git = "https://github.com/shravanrn/nix/", branch = "r0.13.1", rev="4af6
spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu" }
[patch.crates-io.cranelift-codegen]
git = "https://github.com/CraneStation/Cranelift"
rev = "152e31796970262068b4fe93e10395385bf9218c"
git = "https://github.com/bytecodealliance/cranelift"
rev = "497b4e1ca1d33dfd54314366d8e3a27a9fea225f"
[patch.crates-io.cranelift-wasm]
git = "https://github.com/CraneStation/Cranelift"
rev = "152e31796970262068b4fe93e10395385bf9218c"
git = "https://github.com/bytecodealliance/cranelift"
rev = "497b4e1ca1d33dfd54314366d8e3a27a9fea225f"

View File

@ -13,8 +13,8 @@ name = "baldrdash"
# cranelift-wasm to pinned commits. If you want to update Cranelift in Gecko,
# you should update the following $TOP_LEVEL/Cargo.toml file: look for the
# revision (rev) hashes of both cranelift dependencies (codegen and wasm).
cranelift-codegen = { version = "0.49", default-features = false }
cranelift-wasm = "0.49"
cranelift-codegen = { version = "0.51", default-features = false }
cranelift-wasm = "0.51"
log = { version = "0.4.6", default-features = false, features = ["release_max_level_info"] }
env_logger = "0.6"
smallvec = { version = "0.6.6" }