diff --git a/Cargo.lock b/Cargo.lock index b21f1aa..8c45940 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "iroga" -version = "0.1.1" +version = "0.1.2" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index c42e663..23e22ca 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.1" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html