From 8be3e54861ad6b2723c8eed0d8ceebca9242a10b Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 28 Apr 2023 11:40:48 -0500 Subject: [PATCH] Bumped version to 4.3.0 --- 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 c61bd7e..dd64d62 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "simply-shorten" -version = "4.1.0" +version = "4.3.0" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 5b4295c..9b04955 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simply-shorten" -version = "4.1.0" +version = "4.3.0" edition = "2021" authors = ["Sayantan Santra