From d831bd65e0fe1e8afa0e91670efe6295ecf83aa9 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sat, 8 Apr 2023 16:02:32 -0500 Subject: [PATCH] Bumped version --- 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 6cc0065..b3c1c13 100644 --- a/actix/Cargo.lock +++ b/actix/Cargo.lock @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "simply-shorten" -version = "0.1.0" +version = "4.0.0" dependencies = [ "actix-files", "actix-session", diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 2b06a26..ec81ea8 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simply-shorten" -version = "0.1.0" +version = "4.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html