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"]
|
||||
|
||||
[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"
|
||||
|
||||
Reference in New Issue
Block a user