From 493130ee36a0b83aa0b836fa41bf8de9309f7487 Mon Sep 17 00:00:00 2001 From: T5uku5hi Date: Wed, 12 Dec 2018 00:39:22 +0900 Subject: [PATCH] [examples] dom - port to rust 2018 --- examples/dom/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/dom/Cargo.toml b/examples/dom/Cargo.toml index 2f1ce44f..58827226 100644 --- a/examples/dom/Cargo.toml +++ b/examples/dom/Cargo.toml @@ -2,6 +2,7 @@ name = "dom" version = "0.1.0" authors = ["The wasm-bindgen Developers"] +edition = "2018" [lib] crate-type = ["cdylib"]