Skip to content

Commit

Permalink
Merge pull request #17 from Cr0a3/dependabot/cargo/logos-0.14.1
Browse files Browse the repository at this point in the history
[BUMP] logos from 0.14.0 to 0.14.1
  • Loading branch information
Cr0a3 authored Sep 1, 2024
2 parents 8818b3b + d6ba369 commit 4f3ea19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ rustdoc-args = ["--allow", "warnings"]

[dependencies]
gimli = { version = "0.31.0", features = ["write"] }
logos = "0.14.0"
logos = "0.14.1"
object = { version = "0.36.4", features = ["write"] }
proc = { workspace = true }
2 changes: 1 addition & 1 deletion tools/simplelang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ path = "main.rs"

[dependencies]
ygen = { workspace = true }
logos = "0.14.0"
logos = "0.14.1"
unescaper = "0.1.5"

0 comments on commit 4f3ea19

Please sign in to comment.