restore freemkv-unlock path dep for local dev (post-v1.6.7)
CI / check-macos (push) Waiting to run
CI / check-windows (push) Waiting to run
CI / test (push) Failing after 47s
CI / lint (push) Failing after 50s
CI / consumers (push) Failing after 56s
leak-guard / leak-guard (push) Successful in 22s

This commit is contained in:
Matthew Jackson
2026-08-21 09:31:40 -07:00
parent e8ab33d6f2
commit 245fe89f94
+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
# `{ 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.7" }
freemkv-unlock = { path = "../freemkv-unlock" }
rand = "0.10"
zip = { version = "8", default-features = false, features = ["deflate"] }
base64 = "0.23"