-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba1c71e
commit 9854433
Showing
4 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gfld" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
license = "Apache-2.0" | ||
authors = ["Nick Gerace <[email protected]>"] | ||
description = "The minimal version of gfold, a CLI tool to help keep track of your Git repositories." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gfold" | ||
version = "1.0.3" | ||
version = "1.0.4" | ||
license = "Apache-2.0" | ||
authors = ["Nick Gerace <[email protected]>"] | ||
description = "CLI tool to help keep track of your Git repositories." | ||
|
@@ -12,9 +12,9 @@ keywords = ["git", "cli"] | |
categories = ["command-line-utilities", "command-line-interface"] | ||
|
||
[dependencies] | ||
env_logger = "^0.8" | ||
eyre = "^0.6" | ||
git2 = "^0.13" | ||
log = "^0.4" | ||
prettytable-rs = "^0.8" | ||
structopt = "^0.3" | ||
env_logger = "^0" | ||
eyre = "^0" | ||
git2 = "^0" | ||
log = "^0" | ||
prettytable-rs = "^0" | ||
structopt = "^0" |