Skip to content

Commit

Permalink
Explicitly mark lalrpop ^0.19.12 as a dependency
Browse files Browse the repository at this point in the history
Prior versions expose transitive regex unicode feature dependencies to
us
  • Loading branch information
dburgener committed Sep 29, 2023
1 parent d9f8365 commit 6b10abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = "0.19"
lalrpop = "^0.19.12"
clap = { version = "4", features = ["derive"] }
clap_mangen = "0.2"

Expand Down

0 comments on commit 6b10abd

Please sign in to comment.