From 79cca4bc263436e32c932921c43383e0f3ec64ee Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 19 Sep 2023 18:11:47 -0500 Subject: [PATCH] build: Bump version to 4.3.4 --- actix/Cargo.lock | 2 +- actix/Cargo.toml | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/actix/Cargo.lock b/actix/Cargo.lock index d0e16c0..eb6238f 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "simply-shorten" -version = "4.3.3" +version = "4.3.4" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 2a0c76a..484cd82 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simply-shorten" -version = "4.3.3" +version = "4.3.4" edition = "2021" authors = ["Sayantan Santra