From 45e53e823b7aa04a2903efda39ced96436fcdab0 Mon Sep 17 00:00:00 2001 From: rrokkam Date: Sun, 19 Jul 2020 13:41:08 -0700 Subject: [PATCH] Bump to 2018 edition --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 00040bd8..875b0d44 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -2,3 +2,4 @@ name = "rust" version = "0.2.0" authors = ["Michael Gerhaeuser ", "rrokkam "] +edition = "2018"