chore: bump version to 0.7.16

This commit is contained in:
Paul Makles
2024-08-29 20:18:34 +01:00
parent 1938ebc3fa
commit 28960979ec
12 changed files with 34 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-autumn"
version = "0.7.13"
version = "0.7.14"
edition = "2021"
[dependencies]
@@ -12,7 +12,7 @@ tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
revolt-config = { version = "0.7.13", path = "../../core/config" }
revolt-config = { version = "0.7.16", path = "../../core/config" }
tempfile = "3.12.0"
axum_typed_multipart = "0.12.1"