From ca4c0154e53c2fc01affc2e4006b7d82d8fd263c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 14 Nov 2021 01:46:48 +0100 Subject: [PATCH] edition 2021 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- pkstrings/Cargo.toml | 2 +- savestate/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkstrings/Cargo.toml b/pkstrings/Cargo.toml index 41142db..59195b5 100644 --- a/pkstrings/Cargo.toml +++ b/pkstrings/Cargo.toml @@ -2,7 +2,7 @@ name = "pkstrings" version = "0.1.0" authors = ["Maxime “pep” Buquet "] -edition = "2018" +edition = "2021" license = "AGPL-3.0-or-later" [dependencies] diff --git a/savestate/Cargo.toml b/savestate/Cargo.toml index 12e9155..5324733 100644 --- a/savestate/Cargo.toml +++ b/savestate/Cargo.toml @@ -2,7 +2,7 @@ name = "savestate" version = "0.1.0" authors = ["Maxime “pep” Buquet "] -edition = "2018" +edition = "2021" license = "AGPL-3.0-or-later" [dependencies]