From af165d68a13087274bcc391ef0c57f596bf44284 Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Sun, 7 Aug 2022 20:39:08 +0200 Subject: [PATCH] Upgrade all creates to Rust 2021 Edition --- cli/Cargo.toml | 2 +- query/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 297e160..ae82e96 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ name = "fimfareader-cli" version = "0.1.0" authors = ["Joakim Soderlund "] -edition = "2018" +edition = "2021" [dependencies.fimfareader] path = ".." diff --git a/query/Cargo.toml b/query/Cargo.toml index 073b2ae..95e0b7b 100644 --- a/query/Cargo.toml +++ b/query/Cargo.toml @@ -2,7 +2,7 @@ name = "fimfareader-query" version = "0.1.0" authors = ["Joakim Soderlund "] -edition = "2018" +edition = "2021" [dependencies.fimfareader] path = ".."