Skip to content

Commit

Permalink
Removing superfluous println and bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Oct 15, 2018
1 parent f83a644 commit 2205247
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 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 = "cub"
version = "0.2.1"
version = "0.2.2"
authors = ["Andrew Huynh <[email protected]>"]
publish = false

Expand Down
1 change: 0 additions & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ pub fn parse_tags(matches: &clap::ArgMatches) -> Vec<String> {
if matches.is_present("tags") {
let matched = matches.values_of("tags").unwrap();
for tag in matched {
println!("{}", tag);
tags.push(String::from(tag))
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cub
version: "0.2.1"
version: "0.2.2"
author: Andrew Huynh <[email protected]>
about: Command-line Utility for Bear.
args:
Expand Down

0 comments on commit 2205247

Please sign in to comment.