Skip to content

Commit

Permalink
chore(version): bump logos version to 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Feb 6, 2024
1 parent 216a7a5 commit 85b7478
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.3"
version = "0.13.4"

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

[dependencies]
logos-derive2 = {version = "0.13.3", path = "./logos-derive", optional = true}
logos-derive2 = {version = "0.13.4", 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.3"
logos2 = "0.13.4"
```

```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.3", path = "../logos-codegen"}
logos-codegen2 = {version = "0.13.4", 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.3", path = "../logos-codegen"}
logos-codegen2 = {version = "0.13.4", path = "../logos-codegen"}

[lib]
bench = false
Expand Down

0 comments on commit 85b7478

Please sign in to comment.