·
55 commits
to main
since this release
Version 0.2.1
The main headline of this update is significantly slimming down our dependency
tree. We now depend solely on pest (and its transitive deps) π
Fix
- Don't overflow the stack when parsing strings containing many escaped chars (#94)
Deps
- Drop
thiserrorfor a manual implementation (#56) - Run
cargo updateandcargo upgrade(#58) - Commit generated parser code instead of generating with
pest_derive(#95) (#96)