From 807fe1afdfeeb2093612ea8fd6aebf001498f6bc Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Tue, 29 Jul 2025 17:17:39 -0400 Subject: [PATCH] Still trying. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d5a7b69..46661c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "binding" version = "0.1.0" description = "Defines macros and functions used when binding to C libraries." repository = "https://workshop.cybermages.tech/CyberMages/binding" -edition = "2021" -authors = ["Jason Smith "] +edition = "2024" +authors = ["Jason Travis Smith "] readme = "README.md" license = "Apache-2.0"