Skip to content

Commit 0c6ccad

Browse files
committed
Bump MSRV to 1.79
It's what's in c9s right now, and I want to make use of a newer API. Signed-off-by: Colin Walters <[email protected]>
1 parent e25e928 commit 0c6ccad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cli/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ license = "MIT OR Apache-2.0"
66
repository = "https://github.com/containers/bootc"
77
readme = "README.md"
88
publish = false
9-
rust-version = "1.63.0"
9+
# For now don't bump this above what is currently shipped in RHEL9.
10+
rust-version = "1.75.0"
1011
default-run = "bootc"
1112

1213
# See https://github.com/coreos/cargo-vendor-filterer

lib/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name = "bootc-lib"
66
readme = "README.md"
77
repository = "https://github.com/containers/bootc"
88
version = "0.1.14"
9+
# For now don't bump this above what is currently shipped in RHEL9;
10+
# also keep in sync with the version in cli.
911
rust-version = "1.75.0"
1012
build = "build.rs"
1113

0 commit comments

Comments
 (0)