From 0bd8fbe96c1576ce5abf5c13e799847e6c8365be Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 8 Oct 2023 18:23:05 -0500 Subject: [PATCH] build: Bump version to 4.3.6 --- 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 9558c77..875001e 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -1236,7 +1236,7 @@ dependencies = [ [[package]] name = "simply-shorten" -version = "4.3.5" +version = "4.3.6" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 7bef0fd..4fc02c5 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simply-shorten" -version = "4.3.5" +version = "4.3.6" edition = "2021" authors = ["Sayantan Santra