Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit a727e27

Browse files
authored
Merge pull request #149 from aalhendi/main
2 parents fba1e5f + 4da32ff commit a727e27

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Brendan Allan <[email protected]>"]
55
edition = "2021"
66
description = "A prisma client for Rust"
77
license = "MIT"
8+
rust-version = "1.62"
89

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

cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "prisma-client-rust-cli"
33
version = "0.6.0"
44
authors = ["Brendan Allan <[email protected]>"]
55
edition = "2021"
6+
rust-version = "1.62"
67

78
[features]
89
default = []

sdk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "prisma-client-rust-sdk"
33
version = "0.6.0"
44
authors = ["Brendan Allan <[email protected]>"]
55
edition = "2021"
6+
rust-version = "1.62"
67

78
[dependencies]
89
convert_case = "0.5.0"

0 commit comments

Comments
 (0)