diff --git a/Cargo.toml b/Cargo.toml index 1a8f49b..f72d8e4 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 = { git = "https://github.com/freemkv/freemkv-unlock", tag = "v1.6.5" } +freemkv-unlock = { path = "../freemkv-unlock" } rand = "0.10" zip = { version = "8", default-features = false, features = ["deflate"] } base64 = "0.23"