0.6.1
- Use fully qualified
Result
path to avoid problems ifResult
is shadowed (#214) - Update to 2018 edition for more consistent behavior when the
peg
name is shadowed - Allow crate-relative imports in grammars (#213)
- Documentation improvements
- Fix rule arguments on
pub rule
- Forbid
#[cache]
on rules with arguments
Contributors: @dario23 @kevinmehall