Skip to content

Commit

Permalink
Merge pull request #149 from aalhendi/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich authored Sep 6, 2022
2 parents fba1e5f + 4da32ff commit a727e27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Brendan Allan <[email protected]>"]
edition = "2021"
description = "A prisma client for Rust"
license = "MIT"
rust-version = "1.62"

exclude = ["examples", "integration-tests"]

Expand Down
1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "prisma-client-rust-cli"
version = "0.6.0"
authors = ["Brendan Allan <[email protected]>"]
edition = "2021"
rust-version = "1.62"

[features]
default = []
Expand Down
1 change: 1 addition & 0 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "prisma-client-rust-sdk"
version = "0.6.0"
authors = ["Brendan Allan <[email protected]>"]
edition = "2021"
rust-version = "1.62"

[dependencies]
convert_case = "0.5.0"
Expand Down

0 comments on commit a727e27

Please sign in to comment.