mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-15 05:51:23 +00:00
Bump all crates to 0.2
This commit is contained in:
@ -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'] }
|
||||
|
Reference in New Issue
Block a user