Skip to content

Commit

Permalink
Update to lalrpop 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dburgener committed Nov 1, 2024
1 parent 345b8aa commit 63a9708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
keywords = [ "selinux" ]

[build-dependencies]
lalrpop = { version="0.21", default-features=false, features = ["lexer"] }
lalrpop = { version="0.22", default-features=false, features = ["lexer"] }
clap = { version = "4", features = ["derive"] }
clap_mangen = "0.2"

Expand All @@ -23,7 +23,7 @@ clap = { version = "4", features = ["derive"] }
codespan-reporting = "0.11"
flate2 = "1"
is-terminal = "0.4"
lalrpop-util = { version="0.21", default-features=false, features = ["lexer"] }
lalrpop-util = { version="0.22", default-features=false, features = ["lexer"] }
quick-xml = "0.36"
sexp = "1.1"
tar = "0.4"
Expand Down

0 comments on commit 63a9708

Please sign in to comment.