0.28.0: pin libfreemkv to crates.io 0.28 (drop dev path)
This commit is contained in:
+2
-3
@@ -9,9 +9,8 @@ keywords = ["aacs", "blu-ray", "uhd", "decryption", "keydb"]
|
|||||||
categories = ["multimedia"]
|
categories = ["multimedia"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Path during development; the published release pins a crates.io version. The
|
# The crate provides the `KeySource` trait + `Key`/`DiscInputs` types these impls fill.
|
||||||
# crate provides the `KeySource` trait + `Key`/`DiscInputs` types these impls fill.
|
libfreemkv = "0.28"
|
||||||
libfreemkv = { version = "0.28", path = "../libfreemkv" }
|
|
||||||
# OnlineSource: POST disc inputs + samples to a key service over HTTP.
|
# OnlineSource: POST disc inputs + samples to a key service over HTTP.
|
||||||
ureq = { version = "2", features = ["json"] }
|
ureq = { version = "2", features = ["json"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user