build: Bumped version number to 5.0.0

This commit is contained in:
SinTan1729
2024-02-10 19:42:19 -06:00
parent 95a8263797
commit deff47db2c
2 changed files with 2 additions and 2 deletions

2
actix/Cargo.lock generated
View File

@@ -455,7 +455,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "chhoto-url" name = "chhoto-url"
version = "4.4.0" version = "5.0.0"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-session", "actix-session",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "chhoto-url" name = "chhoto-url"
version = "4.4.0" version = "5.0.0"
edition = "2021" edition = "2021"
authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"] authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"]
license = "mit" license = "mit"