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

@ -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" }
```
---