Version bump
Some checks failed
Release / build_release (push) Has been cancelled
Rust / build_and_test (push) Has been cancelled

This commit is contained in:
Lukas Wölfer
2026-01-17 23:39:18 +01:00
parent 6f332b314d
commit 596f1b3a6b
2 changed files with 3 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -3201,7 +3201,7 @@ dependencies = [
[[package]]
name = "teachertracker-rs"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"async-trait",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "teachertracker-rs"
version = "0.1.5"
version = "0.1.6"
edition = "2024"
authors = ["Lukas Wölfer <coding@thasky.one>"]
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"