diff --git a/examples/android/cargo.toml b/examples/android/cargo.toml index c0b85bc..1e22492 100644 --- a/examples/android/cargo.toml +++ b/examples/android/cargo.toml @@ -2,7 +2,7 @@ name = "hello_world" version = "0.1.0" authors = ["Nolan Darilek "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/web/Cargo.toml b/examples/web/Cargo.toml index e3cb923..14569a3 100644 --- a/examples/web/Cargo.toml +++ b/examples/web/Cargo.toml @@ -2,7 +2,7 @@ name = "web" version = "0.1.0" authors = ["Nolan Darilek "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -11,4 +11,3 @@ console_log = "0.2" log = "0.4" seed = "0.9" tts = { path = "../.." } -wasm-bindgen = "0.2" \ No newline at end of file