diff --git a/prisma-fmt/Cargo.toml b/prisma-fmt/Cargo.toml index be8f8f1eb87c..4825b566d22e 100644 --- a/prisma-fmt/Cargo.toml +++ b/prisma-fmt/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" [dependencies] colored = "2" -dmmf = { path = "../query-engine/dmmf"} -psl.workspace = true +dmmf = { path = "../query-engine/dmmf" } +psl = { workspace = true, features = ["all"] } serde_json.workspace = true serde.workspace = true indoc.workspace = true