Skip to content

Commit

Permalink
Pin lexer logos dependency to 0.14.2 for now (lalrpop#1002)
Browse files Browse the repository at this point in the history
* Pin lexer logos dependency to 0.14.2 for now

0.14.3 bumps msrv to 1.74, so our CI test for 1.70 build is currently
  failing.

This can be removed once our MSRV moves to 1.74 or later.

* fixup! Pin lexer logos dependency to 0.14.2 for now

* fixup! fixup! Pin lexer logos dependency to 0.14.2 for now

* fixup! fixup! fixup! Pin lexer logos dependency to 0.14.2 for now

* fixup! fixup! fixup! fixup! Pin lexer logos dependency to 0.14.2 for now
  • Loading branch information
dburgener authored Dec 3, 2024
1 parent 35f1346 commit 6b30a0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion doc/lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ lalrpop = { version = "0.22.0", path = "../../lalrpop" }
lalrpop-util = { version = "0.22.0", path = "../../lalrpop-util", features = [
"unicode",
] }
logos = "0.14.0"
logos = "=0.14.2"
logos-derive = "=0.14.2"
logos-codegen = "=0.14.2"

[features]
default = []
Expand Down

0 comments on commit 6b30a0f

Please sign in to comment.