Skip to content

Commit

Permalink
Merge pull request #369 from maciejhirsz/release-0.14
Browse files Browse the repository at this point in the history
chore(version): bump logos version to 0.14.0
  • Loading branch information
jeertmans authored Feb 7, 2024
2 parents 1e6dfb2 + 3715ca1 commit 9ec6a64
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.13.4"
version = "0.14.0"

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

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

[dev-dependencies]
ariadne = {version = "0.2.0", features = ["auto-color"]}
Expand Down
2 changes: 1 addition & 1 deletion book/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```toml
[dependencies]
logos2 = "0.13.4"
logos2 = "0.14.0"
```

```admonish warning
Expand Down
2 changes: 1 addition & 1 deletion logos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ path = "src/main.rs"
anyhow = "1.0.57"
clap = {version = "3.1.18", features = ["derive"]}
fs-err = "2.7.0"
logos-codegen2 = {version = "0.13.4", path = "../logos-codegen"}
logos-codegen2 = {version = "0.14.0", 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-codegen2 = {version = "0.13.4", path = "../logos-codegen"}
logos-codegen2 = {version = "0.14.0", path = "../logos-codegen"}

[lib]
bench = false
Expand Down

0 comments on commit 9ec6a64

Please sign in to comment.