From 596f1b3a6b4809e7b02bf2d128a69c63bddb0318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20W=C3=B6lfer?= Date: Sat, 17 Jan 2026 23:39:18 +0100 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92daab9..5c32523 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3201,7 +3201,7 @@ dependencies = [ [[package]] name = "teachertracker-rs" -version = "0.1.5" +version = "0.1.6" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1528ca8..dd23373 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teachertracker-rs" -version = "0.1.5" +version = "0.1.6" edition = "2024" authors = ["Lukas Wölfer "] description = "A MediaWiki bot that updates score information of teachers" @@ -14,8 +14,7 @@ categories = ["web-programming", "api-bindings", "automation"] chrono = "0.4.41" clap = { version = "4.5.54", features = ["derive"] } futures = "0.3.31" -# mwbot = { git = "https://gitlab.wikimedia.org/repos/mwbot-rs/mwbot.git", rev = "05cbb12188f18e2da710de158d89a9a4f1b42689", default-features = false, features = ["generators", "mwbot_derive"] } -mwbot = { version = "0.7.0", default-features = false, features = ["generators", "mwbot_derive"] } +mwbot = { version = "0.7.1", default-features = false, features = ["generators", "mwbot_derive"] } rand = "0.9.2" reqwest = "0.12.22" scraper = "0.24.0"