From 4e0c1c08c18f1943505ffe7b1a257e157f99437c Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 9 Jan 2020 10:54:47 -0800 Subject: [PATCH] Update Cargo.lock. Cargo.lock is checked into the repositoryu now, so we need to explicitly keep it up to date. --- Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index d91401e018..a6353468c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1966,7 +1966,9 @@ name = "wasmtime" version = "0.7.0" dependencies = [ "anyhow", + "cfg-if", "file-per-thread-logger", + "libc", "pretty_env_logger", "rayon", "region", @@ -1979,6 +1981,7 @@ dependencies = [ "wasmtime-wasi", "wasmtime-wast", "wat", + "winapi", ] [[package]] @@ -2155,6 +2158,7 @@ name = "wasmtime-runtime" version = "0.7.0" dependencies = [ "cc", + "cfg-if", "indexmap", "lazy_static", "libc",