Skip to content

Commit

Permalink
Merge pull request #261 from Brendonovich/0.6.5
Browse files Browse the repository at this point in the history
0.6.5
  • Loading branch information
Brendonovich committed Mar 2, 2023
2 parents 9353469 + 4ab0752 commit 1569ca4
Show file tree
Hide file tree
Showing 21 changed files with 142 additions and 145 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

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

40 changes: 28 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prisma-client-rust"
version = "0.6.4"
version = "0.6.5"
authors = ["Brendan Allan <[email protected]>"]
edition = "2021"
description = "A prisma client for Rust"
Expand Down Expand Up @@ -33,9 +33,25 @@ mssql = ["query-core/mssql", "migration-core/mssql"]
postgresql = ["query-core/postgresql", "migration-core/postgresql"]
mongodb = ["query-core/mongodb", "migration-core/mongodb"]

[dependencies]
[workspace.dependencies]
diagnostics = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }
dml = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }
dmmf = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }
migration-core = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }
prisma-models = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }
psl = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }
query-connector = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }
query-core = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }
request-handlers = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }
schema = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }
user-facing-errors = { git = "https://github.com/Brendonovich/prisma-engines", rev = "fc595772f32ec7c1896da5545b8b87afbbdb7fc3" }

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

[dependencies]
serde.workspace = true
serde_json.workspace = true
chrono = { version = "0.4.19", features = ["serde"] }
thiserror = "1.0.30"
bigdecimal = { version = "0.3", features = ["serde"] }
Expand All @@ -47,18 +63,18 @@ tokio = { version = "1.21.0", optional = true }
futures = "0.3"
paste = "1.0.11"

query-core = { git = "https://github.com/Brendonovich/prisma-engines", rev = "6bad339fc5b8bbc77e028eeae2038cf2ade2e6be" }
query-connector = { git = "https://github.com/Brendonovich/prisma-engines", rev = "6bad339fc5b8bbc77e028eeae2038cf2ade2e6be" }
prisma-models = { git = "https://github.com/Brendonovich/prisma-engines", rev = "6bad339fc5b8bbc77e028eeae2038cf2ade2e6be" }
dml = { git = "https://github.com/Brendonovich/prisma-engines", rev = "6bad339fc5b8bbc77e028eeae2038cf2ade2e6be" }
user-facing-errors = { git = "https://github.com/Brendonovich/prisma-engines", rev = "6bad339fc5b8bbc77e028eeae2038cf2ade2e6be" }
dmmf = { git = "https://github.com/Brendonovich/prisma-engines", rev = "6bad339fc5b8bbc77e028eeae2038cf2ade2e6be" }
schema = { git = "https://github.com/Brendonovich/prisma-engines", rev = "6bad339fc5b8bbc77e028eeae2038cf2ade2e6be" }
psl = { git = "https://github.com/Brendonovich/prisma-engines", rev = "6bad339fc5b8bbc77e028eeae2038cf2ade2e6be" }
diagnostics = { git = "https://github.com/Brendonovich/prisma-engines", rev = "6bad339fc5b8bbc77e028eeae2038cf2ade2e6be" }
query-core.workspace = true
query-connector.workspace = true
prisma-models.workspace = true
dml.workspace = true
user-facing-errors.workspace = true
dmmf.workspace = true
schema.workspace = true
psl.workspace = true
diagnostics.workspace = true

# features = "migrations"
migration-core = { git = "https://github.com/Brendonovich/prisma-engines", rev = "6bad339fc5b8bbc77e028eeae2038cf2ade2e6be", optional = true }
migration-core = { workspace = true, optional = true }
include_dir = { version = "0.7.2", optional = true }
tempdir = { version = "0.3.7", optional = true }
tracing = { version = "0.1.36", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<h1>Prisma Client Rust</h1>
<p><b>Type-safe database access for Rust</b></p>
<img src="https://img.shields.io/badge/latest-0.6.4-blue?style=flat-square" alt="Latest version of Prisma Client Rust is 0.6.4">
<img src="https://img.shields.io/badge/latest-0.6.5-blue?style=flat-square" alt="Latest version of Prisma Client Rust is 0.6.5">
<a href="https://prisma.io">
<img src="https://img.shields.io/static/v1?label=prisma&message=v4.8.0&color=blue&logo=prisma&style=flat-square" alt="Latest supported Prisma version is 4.8.0">
</a>
Expand Down

0 comments on commit 1569ca4

Please sign in to comment.