chore: bump version to 0.8.4

chore: enable webhooks in test builds
This commit is contained in:
izzy
2025-04-02 12:11:46 +01:00
parent 18f06467bb
commit 717d5e9a88
17 changed files with 62 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-autumn"
version = "0.8.3"
version = "0.8.4"
edition = "2021"
license = "AGPL-3.0-or-later"
@@ -43,12 +43,12 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# Core crates
revolt-files = { version = "0.8.3", path = "../../core/files" }
revolt-config = { version = "0.8.3", path = "../../core/config" }
revolt-database = { version = "0.8.3", path = "../../core/database", features = [
revolt-files = { version = "0.8.4", path = "../../core/files" }
revolt-config = { version = "0.8.4", path = "../../core/config" }
revolt-database = { version = "0.8.4", path = "../../core/database", features = [
"axum-impl",
] }
revolt-result = { version = "0.8.3", path = "../../core/result", features = [
revolt-result = { version = "0.8.4", path = "../../core/result", features = [
"utoipa",
"axum",
] }

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-january"
version = "0.8.3"
version = "0.8.4"
edition = "2021"
license = "AGPL-3.0-or-later"
@@ -32,13 +32,13 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# Core crates
revolt-config = { version = "0.8.3", path = "../../core/config" }
revolt-models = { version = "0.8.3", path = "../../core/models" }
revolt-result = { version = "0.8.3", path = "../../core/result", features = [
revolt-config = { version = "0.8.4", path = "../../core/config" }
revolt-models = { version = "0.8.4", path = "../../core/models" }
revolt-result = { version = "0.8.4", path = "../../core/result", features = [
"utoipa",
"axum",
] }
revolt-files = { version = "0.8.3", path = "../../core/files" }
revolt-files = { version = "0.8.4", path = "../../core/files" }
# Axum / web server
axum = { version = "0.7.5" }