Updates the Rust version.

Also fixes the repository location.
This commit is contained in:
2025-10-21 11:45:23 -04:00
parent ae6ad84b5c
commit ce2636f018

View File

@ -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 <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license-file = "LICENSE.md"