From 7811feeee4f6958a5dd81a53626d6bf5fd416f47 Mon Sep 17 00:00:00 2001 From: Nbiba Bedis Date: Sun, 6 Oct 2024 21:27:58 +0100 Subject: [PATCH] Release 1.71.26 irust@1.71.26 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 48624b2..b6db156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "irust" -version = "1.71.25" +version = "1.71.26" dependencies = [ "crossterm", "dirs", diff --git a/crates/irust/Cargo.toml b/crates/irust/Cargo.toml index af1f748..f822926 100644 --- a/crates/irust/Cargo.toml +++ b/crates/irust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irust" -version = "1.71.25" +version = "1.71.26" authors = ["Nbiba Bedis "] edition = "2021" readme = "README.md"