mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-31 03:51:56 +00:00
Move the unsize
feature behind a nightly
Cargo feature
This should fully stabilize the `wasm-bindgen` crate, preparing us for stable Rust!
This commit is contained in:
@@ -7,5 +7,5 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = { path = "../.." }
|
||||
wasm-bindgen = { path = "../..", features = ['nightly'] }
|
||||
js-sys = { path = "../../crates/js-sys" }
|
||||
|
Reference in New Issue
Block a user