From 00a1f0d5a81ee726a87c24661a8de7c3eb20171a Mon Sep 17 00:00:00 2001 From: qaz741wsd856 Date: Tue, 2 Dec 2025 03:11:09 +0000 Subject: [PATCH] chore: update version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71cbdfe..f8d36bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1190,7 +1190,7 @@ dependencies = [ [[package]] name = "warden-worker" -version = "0.1.0" +version = "0.2.0" dependencies = [ "axum", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 6a8395d..187ec75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "warden-worker" -version = "0.1.0" +version = "0.2.0" edition = "2021" -authors = ["deepubuntu"] +authors = ["qaz741wsd856"] [package.metadata.release] release = false diff --git a/README.md b/README.md index 186bc02..8678d29 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ There are no immediate plans to implement these features. The primary goal of th This will deploy the worker and set up the necessary database tables. -5. **Set environment variables** +5. **Set environment variables** as `Secret` - `ALLOWED_EMAILS` your-email@example.com - `JWT_SECRET` a long random string