restore freemkv-unlock path dep for local dev (post-v1.6.4)

This commit is contained in:
Matthew Jackson
2026-08-15 09:13:30 -07:00
parent d3103453f1
commit 0955730045
+1 -1
View File
@@ -26,7 +26,7 @@ aes = "0.9"
# Interim path dep for local cross-repo dev; the release script re-pins this to # 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 # `{ git = ".../freemkv-unlock", tag = "vX.Y.Z" }` before tagging libfreemkv (so
# the released tag resolves freemkv-unlock from git, not a sibling path). # the released tag resolves freemkv-unlock from git, not a sibling path).
freemkv-unlock = { git = "https://github.com/freemkv/freemkv-unlock", tag = "v1.6.4" } freemkv-unlock = { path = "../freemkv-unlock" }
rand = "0.10" rand = "0.10"
zip = { version = "8", default-features = false, features = ["deflate"] } zip = { version = "8", default-features = false, features = ["deflate"] }
base64 = "0.23" base64 = "0.23"