From 36ae3434ebf4e9dd678cd6e9673dcc5a1535f997 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 26 Jul 2019 12:06:45 +0100 Subject: [PATCH] Use wasm-snip 0.2.0 release --- libchisel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libchisel/Cargo.toml b/libchisel/Cargo.toml index ca941c9..35bade5 100644 --- a/libchisel/Cargo.toml +++ b/libchisel/Cargo.toml @@ -16,7 +16,7 @@ rustc-hex = "1.0" byteorder = "1.2.4" failure = "0.1.5" wabt = { version = "0.8.0", optional = true } -wasm-snip = { git = "https://github.com/rustwasm/wasm-snip", rev = "952fb59", default-features = false } +wasm-snip = "0.2.0" [features] default = []