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 3ed87d4 commit 3ac68d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prisma-client-rust"
version = "0.6.10"
version = "0.6.11"
authors = ["Brendan Allan <[email protected]>"]
edition = "2021"
description = "A prisma client for Rust"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prisma-client-rust-cli"
version = "0.6.10"
version = "0.6.11"
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.10"
version = "0.6.11"
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.10"
version = "0.6.11"
authors = ["Brendan Allan <[email protected]>"]
edition = "2021"
rust-version = "1.62"
Expand Down

0 comments on commit 3ac68d0

Please sign in to comment.