mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-26 11:34:22 +03:00
Bump wasm-bindgen-cli to 0.1.1
This commit is contained in:
parent
8296e7feee
commit
1a9e031ed0
@ -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]]
|
||||
|
Loading…
Reference in New Issue
Block a user