Skip to content

Commit

Permalink
chore(version): bump logos version to 0.14.1 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Aug 2, 2024
1 parent 8a7d7f7 commit 976b2a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/maciejhirsz/logos"
rust-version = "1.65.0"
version = "0.14.0"
version = "0.14.1"

[package]
name = "logos"
Expand Down Expand Up @@ -62,7 +62,7 @@ bench = {lto = true}
release = {lto = true}

[dependencies]
logos-derive = {version = "0.14.0", path = "./logos-derive", optional = true}
logos-derive = {version = "0.14.1", path = "./logos-derive", optional = true}

[dev-dependencies]
ariadne = {version = "0.2.0", features = ["auto-color"]}
Expand Down
2 changes: 1 addition & 1 deletion logos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
anyhow = "1.0.57"
clap = {version = "3.1.18", features = ["derive"]}
fs-err = "2.7.0"
logos-codegen = {version = "0.14.0", path = "../logos-codegen"}
logos-codegen = {version = "0.14.1", path = "../logos-codegen"}
proc-macro2 = "1.0.39"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion logos-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[dependencies]
logos-codegen = {version = "0.14.0", path = "../logos-codegen"}
logos-codegen = {version = "0.14.1", path = "../logos-codegen"}

[features]
# Enables debug messages
Expand Down

0 comments on commit 976b2a4

Please sign in to comment.