chore(main): release 0.11.1 (#554)

This commit is contained in:
stoat-release[bot]
2026-02-13 00:21:29 +00:00
committed by GitHub
parent 94cb916231
commit 2e87696c83
22 changed files with 85 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-ratelimits"
version = "0.11.0"
version = "0.11.1"
edition = "2024"
license = "MIT"
authors = ["Zomatree <me@zomatree.live>", "Paul Makles <me@insrt.uk>"]
@@ -18,9 +18,9 @@ axum = ["dep:axum", "revolt-database/axum-impl"]
default = ["rocket", "axum"]
[dependencies]
revolt-database = { version = "0.11.0", path = "../database" }
revolt-result = { version = "0.11.0", path = "../result" }
revolt-config = { version = "0.11.0", path = "../config" }
revolt-database = { version = "0.11.1", path = "../database" }
revolt-result = { version = "0.11.1", path = "../result" }
revolt-config = { version = "0.11.1", path = "../config" }
rocket = { version = "0.5.1", optional = true }
revolt_rocket_okapi = { version = "0.10.0", optional = true }