From e3f452166b1183a541186eb8bae45287b2433c81 Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:24:51 -0700 Subject: [PATCH] 0.28.0: pin libfreemkv to crates.io 0.28 (drop dev path) --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e503321..731e4eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,8 @@ keywords = ["aacs", "blu-ray", "uhd", "decryption", "keydb"] categories = ["multimedia"] [dependencies] -# Path during development; the published release pins a crates.io version. The -# crate provides the `KeySource` trait + `Key`/`DiscInputs` types these impls fill. -libfreemkv = { version = "0.28", path = "../libfreemkv" } +# The crate provides the `KeySource` trait + `Key`/`DiscInputs` types these impls fill. +libfreemkv = "0.28" # OnlineSource: POST disc inputs + samples to a key service over HTTP. ureq = { version = "2", features = ["json"] } serde_json = "1"