From a0259a8cfe4c6a8d3c70125117be72a52570b2f7 Mon Sep 17 00:00:00 2001 From: Tangtang Zhou Date: Sat, 18 May 2024 23:20:52 +0200 Subject: [PATCH] chore: version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 771737d..76edd20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "iroga" -version = "0.1.2" +version = "0.2.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index b9682a6..f03e8c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Tangtang Zhou "] categories = ["command-line-utilities"] keywords = ["cli", "iro", "archive"] license = "MIT" -version = "0.1.2" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html