0.28.0: version bump (keydb decoupling)
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "freemkv-keysources"
|
name = "freemkv-keysources"
|
||||||
version = "0.27.5"
|
version = "0.28.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
description = "Pluggable AACS key sources (keydb, online key service, mapfile) for libfreemkv. Each source looks a disc up and hands libfreemkv a Key; the library does all derivation."
|
description = "Pluggable AACS key sources (keydb, online key service, mapfile) for libfreemkv. Each source looks a disc up and hands libfreemkv a Key; the library does all derivation."
|
||||||
@@ -11,7 +11,7 @@ categories = ["multimedia"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
# Path during development; the published release pins a crates.io version. The
|
# Path during development; the published release pins a crates.io version. The
|
||||||
# crate provides the `KeySource` trait + `Key`/`DiscInputs` types these impls fill.
|
# crate provides the `KeySource` trait + `Key`/`DiscInputs` types these impls fill.
|
||||||
libfreemkv = { version = "0.27", path = "../libfreemkv" }
|
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