Updated the version of the library.

This commit is contained in:
2025-10-21 12:05:00 -04:00
parent ce2636f018
commit f1e730121e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rune"
version = "0.4.0"
version = "0.4.1"
edition = "2024"
description = "A lexical analysis library."
repository = "https://workshop.cybermages.tech/CyberMages/rune"

View File

@ -31,7 +31,7 @@ Then add this to your Cargo.toml file.
```toml
[dependencies]
rune = { version = "0.3.0", registry = "cybermages" }
rune = { version = "0.4.1", registry = "cybermages" }
```
---