From e3c021cc595a17032b888f37a7f3209874348111 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 2 Jul 2019 13:10:26 -0700 Subject: [PATCH] Downgrade memoffset to 0.2.1. Version 0.3.0 was yanked from crates.io. --- wasmtime-runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasmtime-runtime/Cargo.toml b/wasmtime-runtime/Cargo.toml index 1d2ae3aaf8..3b2ccc31a3 100644 --- a/wasmtime-runtime/Cargo.toml +++ b/wasmtime-runtime/Cargo.toml @@ -20,7 +20,7 @@ region = "2.0.0" lazy_static = "1.2.0" libc = { version = "0.2.48", default-features = false } errno = "0.2.4" -memoffset = "0.3.0" +memoffset = "0.2.1" failure = { version = "0.1.3", default-features = false } failure_derive = { version = "0.1.3", default-features = false } indexmap = "1.0.2"