From 707e9d76e1edab5cf011285a9acd08bdbcae2618 Mon Sep 17 00:00:00 2001 From: Franco Colmenarez Date: Thu, 21 Oct 2021 11:10:19 -0500 Subject: [PATCH] Update to Rust version 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05bc5be..844045a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rmg-001" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html