From b8666280cfa85ecb8901d883e2499680e9bc78f6 Mon Sep 17 00:00:00 2001 From: k-nasa Date: Thu, 28 Nov 2019 23:08:49 +0900 Subject: [PATCH] dump up to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7c5746..40cac7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,7 +723,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rgh" -version = "0.2.0" +version = "0.2.1" dependencies = [ "async-std 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3deeeff..fcd4839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rgh" -version = "0.2.0" +version = "0.2.1" authors = ["k-nasa "] repository = "https://github.com/k-nasa/rgh" keywords = ["cli", "rgh", "github"]