From ff0a17e57b8b7a66c1c250a41b9724c1e855905d Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 22 May 2023 00:45:50 -0500 Subject: [PATCH] build: Bumped version to 4.3.2 --- 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 685807a..164fdf9 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "simply-shorten" -version = "4.3.1" +version = "4.3.2" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index adce0ca..e310f23 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simply-shorten" -version = "4.3.1" +version = "4.3.2" edition = "2021" authors = ["Sayantan Santra