From c339d2bee3bb07e61186cd835c81ef7bc2a55130 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 22 Nov 2022 14:55:31 -0600 Subject: [PATCH] Bump editions in exampels, and remove unnecessary dependencies. --- examples/android/cargo.toml | 2 +- examples/web/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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