1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

rust-1.90: Update MSRV to 1.84.0

We already required at least 1.83.0 since we're using `Option::unwrap`
in const context in a few places, but rust-1.90 now correctly points
this out and emits an error.

RHEL 9.6 is on 1.84.0 so bump to match that.

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
This commit is contained in:
John Eckersberg
2025-09-18 10:34:34 -04:00
parent ff8b1b4112
commit c1316df6cf

View File

@@ -8,8 +8,7 @@ repository = "https://github.com/bootc-dev/bootc"
# project isn't actually published as a crate.
version = "1.8.0"
# In general we try to keep this pinned to what's in the latest RHEL9.
# However right now, we bumped to 1.82 as that's what composefs-rs uses.
rust-version = "1.82.0"
rust-version = "1.84.0"
include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]