Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcy committed Feb 24, 2024
1 parent 8d59657 commit 8d61c73
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion byteyarn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "byteyarn"
version = "0.4.1"
version = "0.5.0"
description = "hyper-compact strings"

edition.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions ilex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions ilex/attr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,4 +12,4 @@ license.workspace = true

[lib]
path = "lib.rs"
proc-macro = true
proc-macro = true
4 changes: 2 additions & 2 deletions twie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twie"
version = "0.4.1"
version = "0.5.0"
description = "fast and compact prefix tries"

edition.workspace = true
Expand All @@ -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"

0 comments on commit 8d61c73

Please sign in to comment.