From 0624af62ceeb71b82f7721736236a45cb22ada9a Mon Sep 17 00:00:00 2001 From: Nbiba Bedis Date: Tue, 5 Nov 2024 07:55:38 +0100 Subject: [PATCH] 1.71.29 --- Cargo.lock | 2 +- crates/irust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1482a4..680e63a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "irust" -version = "1.71.28" +version = "1.71.29" dependencies = [ "crossterm", "dirs", diff --git a/crates/irust/Cargo.toml b/crates/irust/Cargo.toml index 0cf238f..1246dc0 100644 --- a/crates/irust/Cargo.toml +++ b/crates/irust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irust" -version = "1.71.28" +version = "1.71.29" authors = ["Nbiba Bedis "] edition = "2021" readme = "README.md"