Bug 1597989: Bump cranelift to 152e317969702620; r=rhunt

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Benjamin Bouvier 2019-12-02 16:27:30 +00:00
Родитель 26c821546b
Коммит 3d32aa6717
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -68,8 +68,8 @@ spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu" }
[patch.crates-io.cranelift-codegen]
git = "https://github.com/CraneStation/Cranelift"
rev = "da179e4fd83d49b7ad6c9f286b1ea04d4f64907e"
rev = "152e31796970262068b4fe93e10395385bf9218c"
[patch.crates-io.cranelift-wasm]
git = "https://github.com/CraneStation/Cranelift"
rev = "da179e4fd83d49b7ad6c9f286b1ea04d4f64907e"
rev = "152e31796970262068b4fe93e10395385bf9218c"

Просмотреть файл

@ -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.46", default-features = false }
cranelift-wasm = "0.46"
cranelift-codegen = { version = "0.49", default-features = false }
cranelift-wasm = "0.49"
log = { version = "0.4.6", default-features = false, features = ["release_max_level_info"] }
env_logger = "0.6"
smallvec = { version = "0.6.6" }