fix(toml): update version

This commit is contained in:
2026-01-23 13:27:06 +08:00
parent 790ca51f92
commit e83376817d
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
# rust_logger = { git = "ssh://git@gitea.shay7sev.site:2222/admin/rust_logger.git", tag = "v0.1.0" }
rust_logger = { version = "0.1.0", registry = "kellnr" }
rust_logger = { version = "0.1.1", registry = "kellnr" }
tokio = { version = "1", features = ["full"] }
sqlx = { version = "0.8.6", features = [
"postgres",