Skip to content

v0.2.8

Latest
Compare
Choose a tag to compare
@yuchanns yuchanns released this 27 May 02:34
· 1 commit to main since this release
a041ff3

Update by changing your Cargo.toml dependency section to:

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

0.2.8

Miscellaneous

  • Replace unmaintained yaml-rust with yaml-rust2. @NathanReus