This commit is contained in:
Martin HART 2020-11-08 22:16:48 +01:00
parent 1c47698453
commit c45ea3e6e5
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "dancing_droid" name = "dancing_droid"
version = "0.1.0" version = "0.3.1"
authors = ["mhart <martin-hart@protonmail.com>", "fiplox <vpatuta@protonmail.com>", "EliasCubz <benabdeslam.stephane@gmail.com>"] authors = ["mhart <martin-hart@protonmail.com>", "fiplox <vpatuta@protonmail.com>", "EliasCubz <benabdeslam.stephane@gmail.com>"]
edition = "2018" edition = "2018"

View File

@ -1,4 +1,4 @@
# DancingDroids v0.3.0 # DancingDroids v0.3.1
When droids dance togethers When droids dance togethers

View File

@ -196,7 +196,7 @@ fn display_grid(
fn main() -> Result<(), Box<dyn std::error::Error>> { fn main() -> Result<(), Box<dyn std::error::Error>> {
// We handle CLI flags here. // We handle CLI flags here.
let matches = App::new("DancingDroids") let matches = App::new("DancingDroids")
.version("0.3.0") .version("0.3.1")
.about("When droids dance togethers") .about("When droids dance togethers")
.arg( .arg(
Arg::with_name("file") Arg::with_name("file")