Skip to content

🔖 zvariant 5.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 15:55
· 29 commits to main since this release
01508a9
  • ⬇️ Lower MSRV to 1.77.
  • 🐛 Prevent f32::NAN from causing panic.
  • 🔥 Drop dev dependency on glib. I believe our own tests combined with fuzzing in the CI, is
    more than enough testing for gvariant encoding/decoding. So let's avoid the complexity of
    depending on a system library (even if it's only a dev-dep).