From a3904dd775f5c44b18fcc97f8bbbf7181ff70630 Mon Sep 17 00:00:00 2001 From: Nbiba Bedis Date: Sun, 6 Oct 2024 14:14:38 +0100 Subject: [PATCH] Release 1.71.25 irust@1.71.25 Generated by cargo-workspaces --- Cargo.lock | 2 +- crates/irust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df00514..48624b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "irust" -version = "1.71.24" +version = "1.71.25" dependencies = [ "crossterm", "dirs", diff --git a/crates/irust/Cargo.toml b/crates/irust/Cargo.toml index 2dd759d..af1f748 100644 --- a/crates/irust/Cargo.toml +++ b/crates/irust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irust" -version = "1.71.24" +version = "1.71.25" authors = ["Nbiba Bedis "] edition = "2021" readme = "README.md"