From f384e00ada1628b5150b8b6fa8f873400d270af0 Mon Sep 17 00:00:00 2001 From: a14m Date: Fri, 9 Apr 2021 22:44:28 +0200 Subject: Prepare new releases --- CLI/rust/Cargo.lock | 2 +- CLI/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'CLI/rust') diff --git a/CLI/rust/Cargo.lock b/CLI/rust/Cargo.lock index 5fccadd..aa056e0 100644 --- a/CLI/rust/Cargo.lock +++ b/CLI/rust/Cargo.lock @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "terminal_game_of_life" -version = "1.0.0-pre" +version = "1.0.0" dependencies = [ "clap", "ctrlc", diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml index 116d762..4f6d159 100644 --- a/CLI/rust/Cargo.toml +++ b/CLI/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "terminal_game_of_life" -version = "1.0.0-pre" +version = "1.0.0" authors = ["a14m "] edition = "2018" description = "Conway's game of life implementation as a CLI rust crate" -- cgit v1.2.3