Bump all crates to 0.2

This commit is contained in:
Alex Crichton
2018-04-03 07:10:07 -07:00
parent bb2e0c205f
commit 30b1964255
8 changed files with 14 additions and 18 deletions

View File

@ -11,4 +11,4 @@ crate-type = ["cdylib"]
# but you'd use the commented out version below if you're copying this into your
# project.
wasm-bindgen = { path = "../.." }
#wasm-bindgen = { git = "https://github.com/alexcrichton/wasm-bindgen" }
#wasm-bindgen = "0.2"

View File

@ -7,8 +7,4 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
crate-type = ["cdylib"]
[dependencies]
# Here we're using a path dependency to use what's already in this repository,
# but you'd use the commented out version below if you're copying this into your
# project.
wasm-bindgen = { path = "../.." }
#wasm-bindgen = { git = "https://github.com/alexcrichton/wasm-bindgen" }