Skip to content

Commit

Permalink
Update pest dependency version to 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hchataing committed Nov 18, 2024
1 parent 552e3d4 commit a4b9a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdl-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ default = ["serde"]
[dependencies]
codespan-reporting = "0.11.1"
heck = "0.4.0"
pest = "2.5.5"
pest_derive = "2.5.5"
pest = "2.7.6"
pest_derive = "2.7.6"
proc-macro2 = "1.0.46"
quote = "1.0.21"
serde_json = "1.0.86"
Expand Down

0 comments on commit a4b9a10

Please sign in to comment.