Skip to content

Commit

Permalink
0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Jan 6, 2024
1 parent a643eff commit cbea3c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.10-blue?style=flat-square" alt="Latest version of Prisma Client Rust is 0.6.10">
<img src="https://img.shields.io/badge/latest-0.6.11-blue?style=flat-square" alt="Latest version of Prisma Client Rust is 0.6.11">
<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
4 changes: 2 additions & 2 deletions docs/pages/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cbea3c3

Please sign in to comment.