From e8ab33d6f2c6d61955459da9bee97ed86213d65a Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:31:31 -0700 Subject: [PATCH] v1.6.7: 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 f72d8e4..cdc8202 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "1.6.6" +version = "1.6.7" edition = "2024" rust-version = "1.97" license = "MIT" @@ -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.7" } rand = "0.10" zip = { version = "8", default-features = false, features = ["deflate"] } base64 = "0.23"