🔖 zvariant 5.2.0
github-actions
released this
10 Jan 15:55
·
29 commits
to main
since this release
- ⬇️ 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).