From 909fe48628300057ec0ccb1ecc873f3a64e5bb14 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:02:11 -0700 Subject: [PATCH] v1.5.1: 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 761bd6c..441ea7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.5.1" } num-bigint = "0.4" num-traits = "0.2" num-integer = "0.1"