Skip to content

Commit 0c52204

Browse files
committed
Update MSRV to 1.75
Currently the effective MSRV is 1.74.1 per `cargo msrv`. We have 1.75 available in c9s, so let's target that at minimum. Signed-off-by: John Eckersberg <[email protected]>
1 parent 5140bd4 commit 0c52204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "bootc-lib"
66
readme = "README.md"
77
repository = "https://github.com/containers/bootc"
88
version = "0.1.10"
9-
rust-version = "1.64.0"
9+
rust-version = "1.75.0"
1010
build = "build.rs"
1111

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

0 commit comments

Comments
 (0)