mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +00:00
Bump to 0.2.9
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasm-bindgen-backend"
|
||||
version = "0.2.8"
|
||||
version = "0.2.9"
|
||||
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/alexcrichton/wasm-bindgen"
|
||||
@ -16,6 +16,6 @@ spans = ["proc-macro2/nightly"]
|
||||
[dependencies]
|
||||
quote = '0.5'
|
||||
proc-macro2 = "0.3"
|
||||
wasm-bindgen-shared = { path = "../shared", version = "=0.2.8" }
|
||||
wasm-bindgen-shared = { path = "../shared", version = "=0.2.9" }
|
||||
syn = { version = '0.13', features = ['full', 'visit-mut'] }
|
||||
serde_json = "1.0"
|
||||
|
Reference in New Issue
Block a user