diff --git a/examples/import_js/Cargo.toml b/examples/import_js/Cargo.toml index 298f50f7..a706a989 100644 --- a/examples/import_js/Cargo.toml +++ b/examples/import_js/Cargo.toml @@ -2,6 +2,7 @@ name = "import_js" version = "0.1.0" authors = ["The wasm-bindgen Developers"] +edition = "2018" [lib] crate-type = ["cdylib"]