From cc3c6e89ef266430ae091697fa12d2781b349519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20M=2E=20Bezerra?= Date: Thu, 11 Nov 2021 16:43:13 -0300 Subject: [PATCH] Update to 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 150185e..eb90828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ouch" version = "0.3.1" authors = ["Vinícius Rodrigues Miguel ", "João M. Bezerra "] -edition = "2018" +edition = "2021" readme = "README.md" repository = "https://github.com/ouch-org/ouch" license = "MIT"