Skip to content

Commit

Permalink
0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Aug 28, 2023
1 parent d681efa commit 948642d
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 52 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prisma-client-rust"
version = "0.6.9"
version = "0.6.10"
authors = ["Brendan Allan <[email protected]>"]
edition = "2021"
description = "A prisma client for Rust"
Expand Down 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", 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" }
diagnostics = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }
dml = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }
dmmf = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }
migration-core = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }
prisma-models = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }
psl = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }
query-connector = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }
query-core = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }
request-handlers = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }
schema = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }
user-facing-errors = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" }

serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prisma-client-rust-cli"
version = "0.6.9"
version = "0.6.10"
authors = ["Brendan Allan <[email protected]>"]
edition = "2021"
rust-version = "1.62"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prisma-client-rust-macros"
version = "0.6.9"
version = "0.6.10"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prisma-client-rust-sdk"
version = "0.6.9"
version = "0.6.10"
authors = ["Brendan Allan <[email protected]>"]
edition = "2021"
rust-version = "1.62"
Expand Down

0 comments on commit 948642d

Please sign in to comment.