From 5728a7c5772e5f62866ec149f2717bc1e1deb128 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:08:01 -0700 Subject: [PATCH] v1.4.5: bump version (freemkv-unlock git-pinned for the tag) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b63264e..e8ccf2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "1.4.4" +version = "1.4.5" edition = "2024" rust-version = "1.86" license = "MIT" @@ -28,7 +28,7 @@ cbc = "0.1" # Interim path dep for local cross-repo dev; the release script re-pins this to # `{ git = ".../freemkv-unlock", tag = "vX.Y.Z" }` before tagging libfreemkv (so # the released tag resolves freemkv-unlock from git, not a sibling path). -freemkv-unlock = { path = "../freemkv-unlock" } +freemkv-unlock = { git = "https://github.com/freemkv/freemkv-unlock", tag = "v1.4.5" } num-bigint = "0.4" num-traits = "0.2" num-integer = "0.1"