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

fix: specify minimum rust version #149

Merged
merged 2 commits into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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