From 1250baf774357ee041fed37a215759897722f6e9 Mon Sep 17 00:00:00 2001 From: serg <91432388+hiimsergey@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:32:55 +0200 Subject: [PATCH] simplify Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48a5834..657e929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mastermind-rs" -version = "0.2.7" +version = "0.2.8" authors = ["Sergey Lavrent"] edition = "2021" description = "A TUI game based on Mastermind/Bulls & Cows"