Skip to content

v0.2.5

Compare
Choose a tag to compare
@yuchanns yuchanns released this 13 Jan 04:20
· 10 commits to main since this release

Update by changing your Cargo.toml dependency section to:

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

Enhancements

  • Support non-string keys in YAML. @dimfeld