From cbea3c3d811d80b8d368545ff7799389f6f68190 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Sun, 7 Jan 2024 03:28:11 +0800 Subject: [PATCH] 0.6.11 --- README.md | 2 +- docs/pages/getting-started/installation.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc3364ad..b817d5e4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Prisma Client Rust

Type-safe database access for Rust

- Latest version of Prisma Client Rust is 0.6.10 + Latest version of Prisma Client Rust is 0.6.11 Latest supported Prisma version is 4.8.0 diff --git a/docs/pages/getting-started/installation.mdx b/docs/pages/getting-started/installation.mdx index bf719c22..e6616df6 100644 --- a/docs/pages/getting-started/installation.mdx +++ b/docs/pages/getting-started/installation.mdx @@ -16,8 +16,8 @@ First, the main library and CLI package must be added to your project's Cargo.to ```toml [dependencies] -prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10" } -prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10" } +prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11" } +prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11" } ``` The generated client will need `serde`, so run `cargo add` to install it: