From ce2636f018d03a1560ec90b07009a0abd021c282 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Tue, 21 Oct 2025 11:45:23 -0400 Subject: [PATCH] Updates the Rust version. Also fixes the repository location. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65e3b05..636187f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "rune" version = "0.4.0" -edition = "2021" +edition = "2024" description = "A lexical analysis library." -repository = "/myrddin/rune" +repository = "https://workshop.cybermages.tech/CyberMages/rune" authors = ["CyberMages LLC ", "Jason Travis Smith "] readme = "README.md" license-file = "LICENSE.md"