File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repository = "https://github.com/containers/netavark"
1111categories = [" virtualization" ]
1212exclude = [" /.cirrus.yml" , " /.github/*" , " /hack/*" ]
1313build = " build.rs"
14- rust-version = " 1.76 "
14+ rust-version = " 1.77 "
1515
1616[package .metadata .vendor-filter ]
1717platforms = [" *-unknown-linux-*" ]
Original file line number Diff line number Diff 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
2929We test that Netavark can be build on this Rust version and on some newer versions.
3030All newer versions should also build, and if they do not, the issue should be
Original file line number Diff line number Diff line change 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
55RUN apt-get update && apt-get -y install protobuf-compiler libprotobuf-dev
You can’t perform that action at this time.
0 commit comments