diff --git a/Cargo.toml b/Cargo.toml index 636187f..4d64a1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 94fa2b3..2531e14 100644 --- a/README.md +++ b/README.md @@ -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" } ``` ---