Skip to content

Release 0.3.2

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 26 Mar 08:37
· 78 commits to main since this release

Changed

  • PR#19 added the #[non_exhaustive] attribute to the new ParseMode enum, which bumped the minimum required Rust version to use this crate to 1.40. PR#21 removed this attribute as that enum is primarily an input for this crate, and had little benefit.