From a999bb5631579324d9bbf9941f97ae2b3266870e Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Tue, 29 Jul 2025 17:54:46 -0400 Subject: [PATCH] Adjusted project data. Properly pointed to the repository location. Changed the rust edition. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70c324c..2d24893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,9 @@ name = "binding" version = "0.1.0" description = "Defines macros and functions used when binding to C libraries." -repository = "https://workshop.cybermages.tech/CyberMages/binding.git" +repository = "https://workshop.cybermages.tech/CyberMages/binding" keywords = ["binding", "c types", "c enums", "c flags", "c strings"] -edition = "2021" +edition = "2024" documentation = "" authors = ["CyberMages LLC ", "Jason Travis Smith "] readme = "README.md"