Skip to content

Commit e23b076

Browse files
authored
Bump Rust MSRV to 1.63.0 (#1146)
Update Rust stable MSRV to `1.63.0`. MSRV prior to this change is `1.60.0`. The bump is in line with the project's policy of attempting to trail the latest stable by at least 2 versions. Signed-off-by: Matei David <[email protected]>
1 parent 53ad9ee commit e23b076

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/rust:1.60.0-bullseye
1+
FROM docker.io/rust:1.63.0-bullseye
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt update && apt upgrade -y

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kube-rs
22

33
[![Crates.io](https://img.shields.io/crates/v/kube.svg)](https://crates.io/crates/kube)
4-
[![Rust 1.60](https://img.shields.io/badge/MSRV-1.60-dea584.svg)](https://github.com/rust-lang/rust/releases/tag/1.60.0)
4+
[![Rust 1.63](https://img.shields.io/badge/MSRV-1.63-dea584.svg)](https://github.com/rust-lang/rust/releases/tag/1.63.0)
55
[![Tested against Kubernetes v1_21 and above](https://img.shields.io/badge/MK8SV-v1_21-326ce5.svg)](https://kube.rs/kubernetes-version)
66
[![Best Practices](https://bestpractices.coreinfrastructure.org/projects/5413/badge)](https://bestpractices.coreinfrastructure.org/projects/5413)
77
[![Discord chat](https://img.shields.io/discord/500028886025895936.svg?logo=discord&style=plastic)](https://discord.gg/tokio)

kube-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/kube-rs/kube"
1212
readme = "../README.md"
1313
keywords = ["kubernetes", "client",]
1414
categories = ["web-programming::http-client", "configuration", "network-programming", "api-bindings"]
15-
rust-version = "1.60.0"
15+
rust-version = "1.63.0"
1616
edition = "2021"
1717

1818
[features]

kube-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
88
]
99
edition = "2021"
10-
rust-version = "1.60.0"
10+
rust-version = "1.63.0"
1111
license = "Apache-2.0"
1212
keywords = ["kubernetes", "apimachinery"]
1313
categories = ["api-bindings", "encoding", "parser-implementations"]

kube-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
88
]
99
edition = "2021"
10-
rust-version = "1.60.0"
10+
rust-version = "1.63.0"
1111
license = "Apache-2.0"
1212
repository = "https://github.com/kube-rs/kube"
1313
readme = "../README.md"

kube-runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/kube-rs/kube"
1111
readme = "../README.md"
1212
keywords = ["kubernetes", "runtime", "reflector", "watcher", "controller"]
1313
categories = ["web-programming::http-client", "caching", "network-programming"]
14-
rust-version = "1.60.0"
14+
rust-version = "1.63.0"
1515
edition = "2021"
1616

1717
[package.metadata.docs.rs]

kube/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/kube-rs/kube"
1212
readme = "../README.md"
1313
keywords = ["kubernetes", "client", "runtime", "cncf"]
1414
categories = ["network-programming", "caching", "api-bindings", "configuration", "encoding"]
15-
rust-version = "1.60.0"
15+
rust-version = "1.63.0"
1616
edition = "2021"
1717

1818
[features]

0 commit comments

Comments
 (0)