From 5885b4d6e5d1226ef54c60681dcccd84d8d895dc Mon Sep 17 00:00:00 2001 From: sdttttt <760159537@qq.com> Date: Sat, 26 Sep 2020 01:28:18 +0800 Subject: [PATCH] chore: Update cargo.toml. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe9b7d0..d0fd2f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "grc" -version = "0.6.3" +version = "0.7.0" dependencies = [ "clap", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index a1983fe..be2b16c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grc" -version = "0.6.3" +version = "0.7.0" authors = ["sdttttt "] description = "Similar to git-cz, gcr will help you to provide a better Git experience." edition = "2018"