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"]