Skip to content

Commit

Permalink
chore: upgrade pest crate to version 2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 24, 2024
1 parent b2c34cc commit a3b9f3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ memx = "0.1.28"
nom = "7.1.3"
num-traits = "0.2"
num-derive = "0.4.1"
pest = "2.7.5"
pest_derive = "2.7.5"
pest = "2.7.8"
pest_derive = "2.7.8"
pretty_assertions = "1.4.0"
protobuf = { git = "https://github.com/plusvic/rust-protobuf.git", rev = "b484d8a7" }
protobuf-codegen = { git = "https://github.com/plusvic/rust-protobuf.git", rev = "b484d8a7" }
Expand Down

0 comments on commit a3b9f3c

Please sign in to comment.