From 80d91a173114398debd4069525702ee5755670cb Mon Sep 17 00:00:00 2001 From: kirbylife Date: Tue, 12 Nov 2019 21:14:50 -0600 Subject: [PATCH] changed the edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1540d02..0d4e9ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "codigocomentado" version = "0.1.0" authors = ["kirbylife "] -edition = "2019" +edition = "2018" [dependencies] rocket = "0.4.2"