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

Commit 4da32ff

Browse files
committed
fix: add MSRV to cli and sdk
1 parent 9b94089 commit 4da32ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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)