Bump wasm-bindgen-cli to 0.1.1

This commit is contained in:
Alex Crichton 2018-03-07 08:52:19 -08:00
parent 8296e7feee
commit 1a9e031ed0

View File

@ -1,6 +1,6 @@
[package]
name = "wasm-bindgen-cli"
version = "0.1.0"
version = "0.1.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
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]]