From 6dc042a07af93c02b89b27819a634f0376eb47cc Mon Sep 17 00:00:00 2001 From: amrbashir Date: Wed, 4 Oct 2023 02:33:02 +0300 Subject: [PATCH] chore: 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bec0232..90869d2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Brainium Studios LLC", "Francesca Lovebloom " ] -edition = "2018" +edition = "2021" description = "Rust on mobile made easy!" documentation = "https://docs.rs/tauri-mobile" repository = "https://github.com/tauri-apps/tauri-mobile"