From bf0944a5fde80512cd6fd74573d367a14679f903 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 10 Mar 2024 18:39:05 -0500 Subject: [PATCH] build: Bumped version to 5.0.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 215b767..831d6a4 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -475,7 +475,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chhoto-url" -version = "5.0.1" +version = "5.0.2" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index f69651b..fd06222 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chhoto-url" -version = "5.0.1" +version = "5.0.2" edition = "2021" authors = ["Sayantan Santra