Fix is_multiple_of nightly API, bump to 0.8.3

Replace s.len().is_multiple_of(2) with s.len() % 2 != 0 for stable Rust.
This was fixed previously but regressed.
This commit is contained in:
MattJackson
2026-04-13 00:31:54 +00:00
parent 45e0bff182
commit fc86491557
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libfreemkv"
version = "0.8.2"
version = "0.8.3"
edition = "2021"
license = "AGPL-3.0-only"
description = "Open source raw disc access library for optical drives"