Skip to content

Commit

Permalink
use engines pcr-0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Aug 28, 2023
1 parent 6ba3249 commit d681efa
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ mongodb = ["query-core/mongodb", "migration-core/mongodb"]
[workspace.dependencies]
prisma-client-rust = { path = "." }

diagnostics = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
dml = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
dmmf = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
migration-core = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
prisma-models = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
psl = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
query-connector = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
query-core = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
request-handlers = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
schema = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
user-facing-errors = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.5" }
diagnostics = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }
dml = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }
dmmf = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }
migration-core = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }
prisma-models = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }
psl = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }
query-connector = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }
query-core = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }
request-handlers = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }
schema = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }
user-facing-errors = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" }

serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit d681efa

Please sign in to comment.