Skip to content

Commit

Permalink
schema-wasm: Build psl crate with all connectors (#4768)
Browse files Browse the repository at this point in the history
Missing bit after #4701
  • Loading branch information
SevInf committed Mar 11, 2024
1 parent b1d3505 commit efd2449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prisma-fmt/Cargo.toml
Expand Up @@ -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
Expand Down

0 comments on commit efd2449

Please sign in to comment.