From da926d1be0b8f54bdeb7522da150a3948ac8a4f2 Mon Sep 17 00:00:00 2001 From: qaz741wsd856 Date: Thu, 11 Dec 2025 08:23:50 +0000 Subject: [PATCH] chore: update version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cf1855..1b2556b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1247,7 +1247,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "warden-worker" -version = "0.2.0" +version = "0.3.0" dependencies = [ "axum", "base32", diff --git a/Cargo.toml b/Cargo.toml index f6591c5..ba84121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "warden-worker" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["qaz741wsd856"]