From 909cf65c97ef2ec56090559293f6619dbd1e9f1f Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 21 Dec 2019 15:08:10 -0500 Subject: Adopt Rust 2018 edition with idiomatic changes --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 92d4488..a46cab2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] +edition = "2018" name = "august-offensive" -version = "0.2.2" +version = "0.2.3" authors = ["Kevin J Hoerr "] description = "Turn-based strategy game as a web service" license = "ISC" -- cgit