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

@ -1,10 +1,10 @@
[package]
name = "wasm-bindgen-backend"
version = "0.1.0"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
[dependencies]
quote = '0.5'
proc-macro2 = { version = "0.3", features = ["nightly"] }
wasm-bindgen-shared = { path = "../shared", version = "0.1.0" }
wasm-bindgen-shared = { path = "../shared", version = "0.2.0" }
syn = { version = '0.13', features = ['full'] }