From cdfcb901fac3b99d12b64232b80d15dd042489f6 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 10 Apr 2023 12:01:15 -0500 Subject: [PATCH] Added some info in Cargo.toml and bumped version to 4.0.2 --- actix/Cargo.lock | 2 +- actix/Cargo.toml | 11 ++++++++++- actix/resources/index.html | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/actix/Cargo.lock b/actix/Cargo.lock index bbffa90..d61cbe6 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "simply-shorten" -version = "4.0.1" +version = "4.0.2" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index f7f65f5..c511e62 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,7 +1,16 @@ [package] name = "simply-shorten" -version = "4.0.1" +version = "4.0.2" edition = "2021" +authors = ["Sayantan Santra
- Source Code + Source Code