forked from jmug/stoatchat
chore(main): release 0.11.1 (#554)
This commit is contained in:
committed by
GitHub
parent
94cb916231
commit
2e87696c83
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user