From 080b925ce13242d69bf0af9e7ca5300173b94785 Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 7 Dec 2021 16:18:27 +0300 Subject: Migrate to Rust 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1301e75..44115df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "kittybox" version = "0.1.0" authors = ["Vika "] -edition = "2018" +edition = "2021" [features] default = ["util"] -- cgit 1.4.1