From c757334be6e954a8fda6fb9ee007a21b0c6da5b0 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 1 Feb 2021 16:18:47 +0000 Subject: [PATCH] Bug 1689950 - Vendor in CL a25399760e9f12b679aa267dd2af7cfedc72bb71. Part 1: hash changes. r=yury. Revendor CL to a25399760e9f12b679aa267dd2af7cfedc72bb71 from https://github.com/mozilla-spidermonkey/wasmtime, branch firefox85. This pulls in three code-correctness fixes that have accumulated in the past month: https://github.com/bytecodealliance/wasmtime/pull/{2548,2556,2559}. Differential Revision: https://phabricator.services.mozilla.com/D103672 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24d3586eaff1..0f5dc3daddb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,11 +85,11 @@ minidump_writer_linux = { git = "https://github.com/msirringhaus/minidump_writer [patch.crates-io.cranelift-codegen] git = "https://github.com/mozilla-spidermonkey/wasmtime" -rev = "3334d92350da40b90d2529c147db3ea44918b558" +rev = "a25399760e9f12b679aa267dd2af7cfedc72bb71" [patch.crates-io.cranelift-wasm] git = "https://github.com/mozilla-spidermonkey/wasmtime" -rev = "3334d92350da40b90d2529c147db3ea44918b558" +rev = "a25399760e9f12b679aa267dd2af7cfedc72bb71" # Patch autocfg to hide rustc output. Workaround for https://github.com/cuviper/autocfg/issues/30 [patch.crates-io.autocfg]