From 0c52204d95a0d20254ac26fc0f652e7cb0ec5d83 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Fri, 3 May 2024 11:49:45 -0400 Subject: [PATCH] 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 --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index eb6bc3a3..0ca17c99 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -6,7 +6,7 @@ name = "bootc-lib" readme = "README.md" repository = "https://github.com/containers/bootc" version = "0.1.10" -rust-version = "1.64.0" +rust-version = "1.75.0" build = "build.rs" include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]