v1.0.0-rc.5: bump version (unified release)

This commit is contained in:
Matthew Jackson
2026-06-24 10:35:11 -07:00
parent cced7818d2
commit 2b025ab5fe
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "freemkv-keysources"
version = "1.0.0-rc.4.3"
version = "1.0.0-rc.5"
edition = "2024"
rust-version = "1.86"
license = "AGPL-3.0-only"
@@ -11,7 +11,7 @@ categories = ["multimedia"]
[dependencies]
# The crate provides the `KeySource` trait + `Key`/`DiscInputs` types these impls fill.
libfreemkv = "1.0.0-rc.4.3"
libfreemkv = "1.0.0-rc.5"
# OnlineSource: POST disc inputs + samples to a key service over HTTP.
ureq = { version = "2", features = ["json"] }
serde_json = "1"