From 1aba81d6c2671490fc11b0ed3e70192dce98f73b Mon Sep 17 00:00:00 2001 From: Gerd Reiss Date: Wed, 27 Oct 2021 09:47:02 +0200 Subject: [PATCH] use rust edition 2021 --- api/Cargo.toml | 2 +- ui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 1e48242..3d8f76a 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "api" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 99db151..66eac82 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ui" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]