From 3e400edd4f3d4d0a41f21c3a42454f1443be8866 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:04:35 -0700 Subject: [PATCH] v1.6.3: bump version (freemkv-unlock git-pinned for the tag) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8121bbe..c7efc0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ aes = "0.9" # 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.6.3" } rand = "0.10" zip = { version = "8", default-features = false, features = ["deflate"] } base64 = "0.23"