From 1a9e031ed0005c233372e355cfc7f888aa113555 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 7 Mar 2018 08:52:19 -0800 Subject: [PATCH] Bump wasm-bindgen-cli to 0.1.1 --- crates/wasm-bindgen-cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/wasm-bindgen-cli/Cargo.toml b/crates/wasm-bindgen-cli/Cargo.toml index 0f77420482d..bf6e4195284 100644 --- a/crates/wasm-bindgen-cli/Cargo.toml +++ b/crates/wasm-bindgen-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-bindgen-cli" -version = "0.1.0" +version = "0.1.1" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/wasm-bindgen" @@ -17,7 +17,7 @@ docopt = "0.8" parity-wasm = "0.27" serde = "1.0" serde_derive = "1.0" -wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support", version = "0.1" } +wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support", version = "0.1.1" } wasm-bindgen-shared = { path = "../wasm-bindgen-shared", version = "0.1" } [[bin]]