From 9449debc4f4d3bd063efdbb20491fcfa99fc2109 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:37:30 -0700 Subject: [PATCH] v1.5.0: bump version (unified release) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 219f4e3..a9b66b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freemkv-keysources" -version = "1.4.5" +version = "1.5.0" edition = "2024" rust-version = "1.86" license = "MIT" @@ -17,7 +17,7 @@ publish = false # The crate provides the `KeySource` trait + `Key`/`DiscInputs` types these impls fill. # libfreemkv is git-only now; the committed [patch.crates-io] below redirects this # bare version req to the libfreemkv git tag (local dev overrides it to a path). -libfreemkv = "1.4" +libfreemkv = "1.5" # OnlineSource: POST disc inputs + samples to a key service over HTTP. ureq = { version = "2", features = ["json"] } serde_json = "1" @@ -40,4 +40,4 @@ codegen-units = 1 # overrides it with a path patch via the gitignored .cargo/config.toml (a # config-level [patch.crates-io] wins over this manifest one for the same crate). [patch.crates-io] -libfreemkv = { git = "https://github.com/freemkv/libfreemkv", tag = "v1.4.5" } +libfreemkv = { git = "https://github.com/freemkv/libfreemkv", tag = "v1.5.0" }