Skip to content

Releases: fatemender/libyaml-rs

0.2.0

15 Aug 18:51
Compare
Choose a tag to compare

This release switches from using the native libyaml library to a transpiled version provided in the unsafe-libyaml crate. This means that installing the library on the target system is no longer necessary or relevant.

Thanks to @dtolnay for unsafe-libyaml and the suggestion to use it.
Closes: #1.

0.1.0

17 Oct 11:01
Compare
Choose a tag to compare

Initial version.