From c44a0b242a047d395768e28d1eea88858e979081 Mon Sep 17 00:00:00 2001 From: Stephen <webmaster@scd31.com> Date: Thu, 17 Nov 2022 20:13:56 -0400 Subject: [PATCH] Update to 2021 rust --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58cdafd..0acb702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dotacat" version = "0.2.0" authors = ["Stephen <stephen@scd31.com>"] description = "Like lolcat, but fast" -edition = "2018" +edition = "2021" license = "MIT" readme = "README.md" homepage = "https://git.scd31.com/stephen/dotacat" -- GitLab