merge: branch 'master' into insert/dev-branch

This commit is contained in:
Paul Makles
2023-08-26 13:34:44 +01:00
13 changed files with 189 additions and 94 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt-database"
version = "0.6.5"
version = "0.6.7"
edition = "2021"
license = "AGPL-3.0-or-later"
authors = ["Paul Makles <me@insrt.uk>"]
@@ -22,10 +22,10 @@ default = ["mongodb", "async-std-runtime"]
[dependencies]
# Core
revolt-result = { version = "0.6.5", path = "../result" }
revolt-models = { version = "0.6.5", path = "../models" }
revolt-presence = { version = "0.6.5", path = "../presence" }
revolt-permissions = { version = "0.6.5", path = "../permissions", features = [
revolt-result = { version = "0.6.7", path = "../result" }
revolt-models = { version = "0.6.7", path = "../models" }
revolt-presence = { version = "0.6.7", path = "../presence" }
revolt-permissions = { version = "0.6.7", path = "../permissions", features = [
"serde",
"bson",
] }