Skip to content

Commit fd440e1

Browse files
committed
Bump MSRV to v1.77
The zbus v5 update needs it. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent 57c637f commit fd440e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ msrv_build_task:
233233
cpu: 2 # Do not increase, will result in scheduling delays
234234
memory: "8Gb"
235235
# When bumping the image always remember to update the README MSRV as well.
236-
image: quay.io/libpod/nv-rust:1.76
236+
image: quay.io/libpod/nv-rust:1.77
237237
script:
238238
- make build
239239

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/containers/netavark"
1111
categories = ["virtualization"]
1212
exclude = ["/.cirrus.yml", "/.github/*", "/hack/*"]
1313
build = "build.rs"
14-
rust-version = "1.76"
14+
rust-version = "1.77"
1515

1616
[package.metadata.vendor-filter]
1717
platforms = ["*-unknown-linux-*"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Netavark is a tool for configuring networking for Linux containers. Its features
2424

2525
## MSRV (Minimum Supported Rust Version)
2626

27-
v1.76
27+
v1.77
2828

2929
We test that Netavark can be build on this Rust version and on some newer versions.
3030
All newer versions should also build, and if they do not, the issue should be
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source for quay.io/libpod/nv-rust
22
# This version should always match the MSRV, when you update this also update
33
# the version in the root README.md and Cargo.toml.
4-
FROM docker.io/library/rust:1.76
4+
FROM docker.io/library/rust:1.77
55
RUN apt-get update && apt-get -y install protobuf-compiler libprotobuf-dev

0 commit comments

Comments
 (0)