Skip to content

v0.2.4

Compare
Choose a tag to compare
@yuchanns yuchanns released this 22 Jul 04:35
· 13 commits to main since this release

Update by changing your Cargo.toml dependency section to:

[dependencies]
# ...
gray_matter = "0.2.4"
# ...
Changelog

Bug fixes

  • Fixed overeager whitespace trimming. @kmaasrud