From c09c247e514cde4d5ba15f9d2a41770fd419a2a8 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:02:17 -0700 Subject: [PATCH] v1.5.1: bump version (unified release) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9b66b6..3e42a2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "freemkv-keysources" -version = "1.5.0" +version = "1.5.1" edition = "2024" rust-version = "1.86" license = "MIT" @@ -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.5.0" } +libfreemkv = { git = "https://github.com/freemkv/libfreemkv", tag = "v1.5.1" }