refactor: is-patched transitive through models

This commit is contained in:
Paul Makles
2023-04-23 23:09:21 +01:00
parent 7f201565c0
commit 6a8481f7df
2 changed files with 4 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ revolt-quark = { path = "../quark" }
# core
revolt-database = { path = "../core/database", features = [ "rocket-impl" ] }
revolt-models = { path = "../core/models", features = [ "schemas" ] }
revolt-models = { path = "../core/models", features = [ "schemas", "redis-is-patched" ] }
[build-dependencies]
vergen = "7.5.0"