From 46eac0adb75309169fdcd4862adb277fd94a7dbb Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 19 Jun 2024 03:06:38 -0700 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7690d96..edff9eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2531,7 +2531,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "subscribe-list" -version = "0.1.1" +version = "0.1.2" dependencies = [ "actix-session", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 5f88576..f512c18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subscribe-list" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Jacob Lifshay "] description = "web server for managing subscriptions"