diff options
| author | Teddy Wing | 2020-08-06 00:59:32 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2020-08-06 00:59:32 +0200 | 
| commit | ed25d1ae52b137ff445649aeb8cdac4d892ce313 (patch) | |
| tree | 009c345a2c5139e2406bc03acd7b3e9ac545ad21 | |
| parent | 7b6cc6d851158db2f8d6ada3d1cb32081e7ecb64 (diff) | |
| download | git-suggestion-0.1.0.tar.bz2 | |
Increase version v0.0.1 -> v0.1.0v0.1.0
| -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] | 
