Skip to content

Commit c1316df

Browse files
committed
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 <[email protected]>
1 parent ff8b1b4 commit c1316df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/lib/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ repository = "https://github.com/bootc-dev/bootc"
88
# project isn't actually published as a crate.
99
version = "1.8.0"
1010
# In general we try to keep this pinned to what's in the latest RHEL9.
11-
# However right now, we bumped to 1.82 as that's what composefs-rs uses.
12-
rust-version = "1.82.0"
11+
rust-version = "1.84.0"
1312

1413
include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]
1514

0 commit comments

Comments
 (0)