diff options
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | github-suggestion/Cargo.toml | 2 | 
3 files changed, 4 insertions, 4 deletions
| @@ -275,7 +275,7 @@ dependencies = [  [[package]]  name = "github-suggestion" -version = "0.0.1" +version = "0.1.0"  dependencies = [   "git2",   "github-rs", @@ -289,7 +289,7 @@ dependencies = [  [[package]]  name = "github-suggestion-cli" -version = "0.0.1" +version = "0.1.0"  dependencies = [   "exitcode",   "getopts", @@ -1,6 +1,6 @@  [package]  name = "github-suggestion-cli" -version = "0.0.1" +version = "0.1.0"  edition = "2018"  [dependencies] diff --git a/github-suggestion/Cargo.toml b/github-suggestion/Cargo.toml index b494e8e..34e197c 100644 --- a/github-suggestion/Cargo.toml +++ b/github-suggestion/Cargo.toml @@ -1,6 +1,6 @@  [package]  name = "github-suggestion" -version = "0.0.1" +version = "0.1.0"  edition = "2018"  [dependencies] | 
