Skip to content

Commit 7a265b9

Browse files
committed
set minimum rust-version after edition bump - for #668
Signed-off-by: clux <[email protected]>
1 parent aa35854 commit 7a265b9

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

kube-client/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repository = "https://github.com/kube-rs/kube-rs"
1212
readme = "../README.md"
1313
keywords = ["kubernetes", "client",]
1414
categories = ["web-programming::http-client"]
15+
rust-version = "1.56"
1516
edition = "2021"
1617

1718
[features]

kube-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [
77
88
]
99
edition = "2021"
10+
rust-version = "1.56"
1011
license = "Apache-2.0"
1112
repository = "https://github.com/kube-rs/kube-rs"
1213
readme = "../README.md"

kube-derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [
77
88
]
99
edition = "2021"
10+
rust-version = "1.56"
1011
license = "Apache-2.0"
1112
repository = "https://github.com/kube-rs/kube-rs"
1213
readme = "../README.md"

kube-runtime/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ license = "Apache-2.0"
1010
repository = "https://github.com/kube-rs/kube-rs"
1111
keywords = ["kubernetes", "runtime", "reflector", "watcher", "controller"]
1212
categories = ["web-programming::http-client"]
13+
rust-version = "1.56"
1314
edition = "2021"
1415

1516
[dependencies]

kube/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repository = "https://github.com/kube-rs/kube-rs"
1212
readme = "../README.md"
1313
keywords = ["kubernetes", "client", "runtime"]
1414
categories = ["web-programming::http-client"]
15+
rust-version = "1.56"
1516
edition = "2021"
1617

1718
[features]

0 commit comments

Comments
 (0)