chore(main): release 0.9.2 (#486)

Co-authored-by: stoat-release[bot] <245062572+stoat-release[bot]@users.noreply.github.com>
This commit is contained in:
stoat-release[bot]
2026-01-10 13:07:06 +00:00
committed by GitHub
parent d13609c372
commit b4ba02218f
21 changed files with 67 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-ratelimits"
version = "0.9.1"
version = "0.9.2"
edition = "2024"
[features]
@@ -10,9 +10,9 @@ axum = ["dep:axum", "revolt-database/axum-impl"]
default = ["rocket", "axum"]
[dependencies]
revolt-database = { version = "0.9.1", path = "../database"}
revolt-result = { version = "0.9.1", path = "../result" }
revolt-config = { version = "0.9.1", path = "../config" }
revolt-database = { version = "0.9.2", path = "../database"}
revolt-result = { version = "0.9.2", path = "../result" }
revolt-config = { version = "0.9.2", path = "../config" }
rocket = { version = "0.5.1", optional = true }
revolt_rocket_okapi = { version = "0.10.0", optional = true }