Skip to content

Commit

Permalink
Merge pull request #415 from shina-blueprint/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich authored Nov 26, 2023
2 parents 7c7d721 + 4f663b0 commit cef079c
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.9-blue?style=flat-square" alt="Latest version of Prisma Client Rust is 0.6.9">
<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">
<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.9" }
prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.9" }
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" }
```

The generated client will need `serde`, so run `cargo add` to install it:
Expand Down

1 comment on commit cef079c

@vercel
Copy link

@vercel vercel bot commented on cef079c Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.