v0.3.1
This commit is contained in:
parent
1c47698453
commit
c45ea3e6e5
@ -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"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# DancingDroids v0.3.0
|
# DancingDroids v0.3.1
|
||||||
|
|
||||||
When droids dance togethers
|
When droids dance togethers
|
||||||
|
|
||||||
|
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user