From 699a2872fbada99d20d9293a0fffe814a2b5ef72 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:55:08 -0700 Subject: [PATCH] v1.0.0-rc.5.3: bump version (unified release) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 45fcc04..f905d24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freemkv-keysources" -version = "1.0.0-rc.5.2" +version = "1.0.0-rc.5.3" 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.5.2" +libfreemkv = "1.0.0-rc.5.3" # OnlineSource: POST disc inputs + samples to a key service over HTTP. ureq = { version = "2", features = ["json"] } serde_json = "1"