0.28.0: pin libfreemkv to crates.io 0.28 (drop dev path)

This commit is contained in:
MattJackson
2026-06-04 18:24:51 -07:00
parent a4c6a4123a
commit e3f452166b
+2 -3
View File
@@ -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"