Bump to 0.2.22

This commit is contained in:
Alex Crichton
2018-09-21 13:35:55 -07:00
parent ebe73a537c
commit 51ec485c94
15 changed files with 59 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasm-bindgen-macro"
version = "0.2.21"
version = "0.2.22"
authors = ["The wasm-bindgen Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro"
@@ -18,5 +18,5 @@ spans = ["wasm-bindgen-macro-support/spans"]
xxx_debug_only_print_generated_code = []
[dependencies]
wasm-bindgen-macro-support = { path = "../macro-support", version = "=0.2.21" }
wasm-bindgen-macro-support = { path = "../macro-support", version = "=0.2.22" }
quote = "0.6"