mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 04:21:21 +00:00
Bump all crates to 0.2
This commit is contained in:
@ -11,4 +11,4 @@ crate-type = ["cdylib"]
|
||||
# but you'd use the commented out version below if you're copying this into your
|
||||
# project.
|
||||
wasm-bindgen = { path = "../.." }
|
||||
#wasm-bindgen = { git = "https://github.com/alexcrichton/wasm-bindgen" }
|
||||
#wasm-bindgen = "0.2"
|
||||
|
@ -7,8 +7,4 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
# Here we're using a path dependency to use what's already in this repository,
|
||||
# but you'd use the commented out version below if you're copying this into your
|
||||
# project.
|
||||
wasm-bindgen = { path = "../.." }
|
||||
#wasm-bindgen = { git = "https://github.com/alexcrichton/wasm-bindgen" }
|
||||
|
Reference in New Issue
Block a user