chore(main): release 0.11.4 (#591)
* chore(main): release 0.11.4 * chore: update Cargo.lock Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: stoat-release[bot] <245062572+stoat-release[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a75e4eabfc
commit
8849d03cd2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "revolt-ratelimits"
|
||||
version = "0.11.3"
|
||||
version = "0.11.4"
|
||||
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.3", path = "../database" }
|
||||
revolt-result = { version = "0.11.3", path = "../result" }
|
||||
revolt-config = { version = "0.11.3", path = "../config" }
|
||||
revolt-database = { version = "0.11.4", path = "../database" }
|
||||
revolt-result = { version = "0.11.4", path = "../result" }
|
||||
revolt-config = { version = "0.11.4", path = "../config" }
|
||||
|
||||
rocket = { version = "0.5.1", optional = true }
|
||||
revolt_rocket_okapi = { version = "0.10.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user