From 7cf2942e25d5f75fcbc2c06c472f02611f68ff6e Mon Sep 17 00:00:00 2001 From: T5uku5hi Date: Wed, 12 Dec 2018 00:53:11 +0900 Subject: [PATCH] [examples] import_js - port to rust 2018 --- examples/import_js/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"]