v0.2.6
Update by changing your Cargo.toml
dependency section to:
[dependencies]
# ...
gray_matter = "0.2.6"
# ...
Changelog
Bug fixes
- Incorrect behavior of
pod.is_empty()
. @yuchanns
Miscellaneous
- Add contributor graph.
- Fix Clippy issues.
Update by changing your Cargo.toml
dependency section to:
[dependencies]
# ...
gray_matter = "0.2.6"
# ...
pod.is_empty()
. @yuchanns