Add edition 2018 to Cargo.toml

This commit is contained in:
André Luis Leal Cardoso Junior 2018-12-10 23:24:47 -02:00
parent 3d2f548ce2
commit 88c8b9059e
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "add"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]

View File

@ -2,6 +2,7 @@
name = "canvas"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]

View File

@ -2,6 +2,7 @@
name = "char"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]

View File

@ -2,6 +2,7 @@
name = "hello_world"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]