From b140d7ca93d0ca734552866b205ac525fb13c67d Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 22 Mar 2024 10:12:37 +0100 Subject: [PATCH] Bump the msrv again The cargo repo Cargo.toml has 1.73 for the whole workspace and 1.75 for itself... --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f2e2163..465a5910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" repository = "https://github.com/lu-zero/cargo-c" categories = ["command-line-utilities", "development-tools::cargo-plugins"] keywords = ["cargo", "cdylib"] -rust-version = "1.73" +rust-version = "1.75" [[bin]] name = "cargo-capi"