diff --git a/Cargo.toml b/Cargo.toml index 308311c..775a5c3 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 = { git = "https://github.com/freemkv/freemkv-unlock", tag = "v1.4.1" } +freemkv-unlock = { path = "../freemkv-unlock" } num-bigint = "0.4" num-traits = "0.2" num-integer = "0.1"