From ea47ff723e8d5ae2465c77770868e82aaace3986 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 19 Jun 2023 15:26:58 +0530 Subject: [PATCH] chore(release): bump gitice to version 2.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1b0614..07fa467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ dependencies = [ [[package]] name = "gitice" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 55b4b2c..24e7070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitice" -version = "2.0.1" +version = "2.0.2" authors = ["Harsh Shandilya ", "Amogh Lele "] edition = "2021" description = "Freeze your local git repositories for easy restoration"