Merge branch 'master' into arg-names

This commit is contained in:
Caio
2019-03-14 09:30:14 -03:00
41 changed files with 119 additions and 80 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasm-bindgen-backend"
version = "0.2.38"
version = "0.2.39"
authors = ["The wasm-bindgen Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend"
@ -21,4 +21,4 @@ log = "0.4"
proc-macro2 = "0.4.8"
quote = '0.6'
syn = { version = '0.15', features = ['full'] }
wasm-bindgen-shared = { path = "../shared", version = "=0.2.38" }
wasm-bindgen-shared = { path = "../shared", version = "=0.2.39" }