From f9c021c766697f831c1a0b47ce15f8de9c06102a Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Thu, 30 Sep 2021 22:14:31 -0600 Subject: [PATCH] update puzzle_game example to 2021 edition --- example/puzzle_game/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/puzzle_game/Cargo.toml b/example/puzzle_game/Cargo.toml index 26e6ab5..37a8ab8 100644 --- a/example/puzzle_game/Cargo.toml +++ b/example/puzzle_game/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "puzzle_game" version = "0.1.0" -authors = ["Nathan Stocks "] -edition = "2018" +edition = "2021" [dependencies] anyhow = "1.0"