Release 0.1.1
Run cargo test / Run tests (push) Successful in 3m36s
Build Docker Package / build (push) Successful in 6m26s
Build Docker Package / build (release) Successful in 7m7s

Fix a bug, add better error handling
This commit is contained in:
Elias Wendland
2026-07-05 00:45:45 +02:00
parent 2a2d359348
commit b3ada54689
3 changed files with 24 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tg-dev-srv-bot"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
license = "GPL-3.0-or-later"
description = "Bot for the TeenGovernment Development Server"
@@ -13,6 +13,7 @@ homepage = "https://git.ewenlau.net/ewenlau/tg-dev-srv-bot"
dotenv = "0.15.0"
exmex = "0.21.0"
poise = "0.6.2"
regex = "1.12.4"
rug = "1.30.0"
serenity = "0.12.5"
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "macros"] }