From 8d61c7326e7c05243952028c7a4a5a25692dbb69 Mon Sep 17 00:00:00 2001 From: Miguel Young de la Sota Date: Sat, 24 Feb 2024 00:52:35 -0500 Subject: [PATCH] chore: Release --- byteyarn/Cargo.toml | 2 +- ilex/Cargo.toml | 8 ++++---- ilex/attr/Cargo.toml | 4 ++-- twie/Cargo.toml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/byteyarn/Cargo.toml b/byteyarn/Cargo.toml index f06a3ca..39c0829 100644 --- a/byteyarn/Cargo.toml +++ b/byteyarn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "byteyarn" -version = "0.4.1" +version = "0.5.0" description = "hyper-compact strings" edition.workspace = true diff --git a/ilex/Cargo.toml b/ilex/Cargo.toml index 9a12318..370f046 100644 --- a/ilex/Cargo.toml +++ b/ilex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ilex" -version = "0.4.1" +version = "0.5.0" description = "quick and easy lexers for C-like languages" edition.workspace = true @@ -11,10 +11,10 @@ keywords.workspace = true license.workspace = true [dependencies] -byteyarn = { version = "0.4", path = "../byteyarn" } -twie = { version = "0.4", path = "../twie" } +byteyarn = { version = "0.5", path = "../byteyarn" } +twie = { version = "0.5", path = "../twie" } -ilex-attr = { version = "0.4.1", path = "attr" } +ilex-attr = { version = "0.5.0", path = "attr" } annotate-snippets = "0.10.0" camino = "1.1.6" diff --git a/ilex/attr/Cargo.toml b/ilex/attr/Cargo.toml index 78fc46a..f178e94 100644 --- a/ilex/attr/Cargo.toml +++ b/ilex/attr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ilex-attr" -version = "0.4.1" +version = "0.5.0" description = "attributes for the ilex crate" edition.workspace = true @@ -12,4 +12,4 @@ license.workspace = true [lib] path = "lib.rs" -proc-macro = true \ No newline at end of file +proc-macro = true diff --git a/twie/Cargo.toml b/twie/Cargo.toml index 7e5e4b1..20977b0 100644 --- a/twie/Cargo.toml +++ b/twie/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twie" -version = "0.4.1" +version = "0.5.0" description = "fast and compact prefix tries" edition.workspace = true @@ -12,6 +12,6 @@ license.workspace = true [dependencies] buf-trait = { version = "0.4", path = "../buf-trait" } -byteyarn = { version = "0.4", path = "../byteyarn" } +byteyarn = { version = "0.5", path = "../byteyarn" } boxy = "0.1.0"