From c6da659efddf1ff1c6e7322f72654f018907cc2d Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 22 Feb 2025 12:11:23 +0100 Subject: [PATCH] Fix the rust-version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1183a69..ac50b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-c" -version = "0.10.10+cargo-0.86.0" +version = "0.10.11+cargo-0.86.0" authors = ["Luca Barbato "] description = "Helper program to build and install c-like libraries" license = "MIT" @@ -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.82" +rust-version = "1.83" [[bin]] name = "cargo-capi"