From 57d390a1291617576178be54e3e6a766decc295c Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 22 Sep 2023 15:10:32 -0500 Subject: [PATCH] build: Bump version to 4.3.5 --- actix/Cargo.lock | 2 +- actix/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix/Cargo.lock b/actix/Cargo.lock index 484f736..f53e38e 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -1236,7 +1236,7 @@ dependencies = [ [[package]] name = "simply-shorten" -version = "4.3.4" +version = "4.3.5" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index b5eb881..a8aee02 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simply-shorten" -version = "4.3.4" +version = "4.3.5" edition = "2021" authors = ["Sayantan Santra