Closed tomtau closed 1 month ago
The pull request includes updates to the Cargo.toml
files for multiple Pest packages, incrementing the version number from 2.7.13
to 2.7.14
. This change affects the packages pest
, pest_debugger
, pest_derive
, pest_generator
, pest_grammars
, pest_meta
, and pest_vm
, along with corresponding updates to their dependencies. No structural alterations to the files were made beyond these version updates.
File(s) | Change Summary |
---|---|
debugger/Cargo.toml |
Version updated to 2.7.14 , dependency pest updated to 2.7.14 |
derive/Cargo.toml |
Version updated to 2.7.14 , dependencies pest and pest_generator updated to 2.7.14 |
generator/Cargo.toml |
Version updated to 2.7.14 , dependencies pest and pest_meta updated to 2.7.14 |
grammars/Cargo.toml |
Version updated to 2.7.14 , dependencies pest and pest_derive updated to 2.7.14 |
meta/Cargo.toml |
Version updated to 2.7.14 , dependency pest updated to 2.7.14 |
pest/Cargo.toml |
Version updated to 2.7.14 |
vm/Cargo.toml |
Version updated to 2.7.14 , dependencies pest and pest_meta updated to 2.7.14 |
Cargo.toml
files for the pest_debugger
, pest_derive
, pest_generator
, pest_grammars
, pest_meta
, and pest_vm
packages, which is directly related to the version updates in the main PR for the same packages.Cargo.toml
files for the pest
, pest_debugger
, pest_derive
, pest_generator
, pest_grammars
, pest_meta
, and pest_vm
packages, reflecting version increments that align with the changes made in the main PR.🐇 In the garden of code, we hop with glee,
Version numbers rise, as bright as can be!
Pest packages updated, dependencies aligned,
In the world of Rust, new features we'll find.
With each little change, our project will bloom,
A hop and a skip, we chase away gloom! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes