- ld/Cargo.toml: pin libfreemkv = "=1.0.0-rc.4.3" (exact, fail-closed) instead of the bare caret that accepted later 1.0.0 prereleases. - ld/src/cdb.rs: replace the duplicate (2,0x44) assertion with a real wrong-mode/right-buffer case (0,0x77) so the 'Wrong mode, right buffer id' comment is actually exercised.
16 lines
432 B
TOML
16 lines
432 B
TOML
[package]
|
|
name = "freemkv-unlock-ld"
|
|
version = "1.0.0-rc.4.3"
|
|
edition = "2024"
|
|
rust-version = "1.86"
|
|
license = "AGPL-3.0-only"
|
|
description = "LibreDrive unlocker plugin for libfreemkv (firmware unlock for MediaTek MT1959 drives)"
|
|
repository = "https://github.com/freemkv/freemkv-unlock"
|
|
|
|
[dependencies]
|
|
libfreemkv = "=1.0.0-rc.4.3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
base64 = "0.22.1"
|
|
tracing = "0.1"
|