Skip to content

Commit

Permalink
Version bump to 0.1.1 for CI/CD purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovativeInventor committed Apr 12, 2021
1 parent 72bc9b2 commit 188e2c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "non-attacking-queens"
version = "0.1.0"
version = "0.1.1"
authors = ["InnovativeInventor <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct Opt {
#[structopt(short = "r", long = "read")]
read: Option<String>,

// File to read from
// Non-interactive, for use in scripts and CI/CD
#[structopt(short = "s", long = "non-interactive")]
noninteractive: bool,
}
Expand Down

0 comments on commit 188e2c4

Please sign in to comment.