1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-01 01:41:08 +00:00

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

@ -1,6 +1,6 @@
[package] [package]
name = "wasm-bindgen-cli" name = "wasm-bindgen-cli"
version = "0.1.0" version = "0.1.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"] authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/wasm-bindgen" repository = "https://github.com/alexcrichton/wasm-bindgen"
@ -17,7 +17,7 @@ docopt = "0.8"
parity-wasm = "0.27" parity-wasm = "0.27"
serde = "1.0" serde = "1.0"
serde_derive = "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" } wasm-bindgen-shared = { path = "../wasm-bindgen-shared", version = "0.1" }
[[bin]] [[bin]]