Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb11d5e

Browse files
chore: add rust-version field to Cargo.toml
1 parent0638778 commitdb11d5e

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

‎postgres-derive/Cargo.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MIT OR Apache-2.0"
66
edition ="2021"
77
description ="An internal crate used by postgres-types"
88
repository ="https://github.com/rust-postgres/rust-postgres"
9+
rust-version ="1.81"
910

1011
[lib]
1112
proc-macro =true

‎postgres-native-tls/Cargo.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description ="TLS support for tokio-postgres via native-tls"
88
repository ="https://github.com/rust-postgres/rust-postgres"
99
readme ="../README.md"
10+
rust-version ="1.81"
1011

1112
[badges]
1213
circle-ci = {repository ="sfackler/rust-postgres" }

‎postgres-openssl/Cargo.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description ="TLS support for tokio-postgres via openssl"
88
repository ="https://github.com/rust-postgres/rust-postgres"
99
readme ="../README.md"
10+
rust-version ="1.81"
1011

1112
[badges]
1213
circle-ci = {repository ="sfackler/rust-postgres" }

‎postgres-protocol/Cargo.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = "Low level Postgres protocol APIs"
77
license ="MIT OR Apache-2.0"
88
repository ="https://github.com/rust-postgres/rust-postgres"
99
readme ="../README.md"
10+
rust-version ="1.81"
1011

1112
[features]
1213
default = []

‎postgres-types/Cargo.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/rust-postgres/rust-postgres"
99
readme ="../README.md"
1010
keywords = ["database","postgres","postgresql","sql"]
1111
categories = ["database"]
12+
rust-version ="1.81"
1213

1314
[features]
1415
derive = ["postgres-derive"]

‎postgres/Cargo.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/rust-postgres/rust-postgres"
99
readme ="../README.md"
1010
keywords = ["database","postgres","postgresql","sql"]
1111
categories = ["database"]
12+
rust-version ="1.81"
1213

1314
[[bench]]
1415
name ="bench"

‎tokio-postgres/Cargo.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/rust-postgres/rust-postgres"
99
readme ="../README.md"
1010
keywords = ["database","postgres","postgresql","sql","async"]
1111
categories = ["database"]
12+
rust-version ="1.81"
1213

1314
[lib]
1415
test =false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp