chore: bump version to 0.8.6

chore: publish revolt-parser
This commit is contained in:
izzy
2025-05-13 10:52:44 +01:00
parent 69ae767175
commit a72134f4ad
16 changed files with 62 additions and 59 deletions

View File

@@ -1,19 +1,19 @@
[package]
name = "revolt-pushd"
version = "0.8.5"
version = "0.8.6"
edition = "2021"
license = "AGPL-3.0-or-later"
[dependencies]
revolt-result = { version = "0.8.5", path = "../../core/result" }
revolt-config = { version = "0.8.5", path = "../../core/config", features = [
revolt-result = { version = "0.8.6", path = "../../core/result" }
revolt-config = { version = "0.8.6", path = "../../core/config", features = [
"report-macros",
] }
revolt-database = { version = "0.8.5", path = "../../core/database" }
revolt-models = { version = "0.8.5", path = "../../core/models", features = [
revolt-database = { version = "0.8.6", path = "../../core/database" }
revolt-models = { version = "0.8.6", path = "../../core/models", features = [
"validator",
] }
revolt-presence = { version = "0.8.5", path = "../../core/presence", features = [
revolt-presence = { version = "0.8.6", path = "../../core/presence", features = [
"redis-is-patched",
] }