diff --git a/Cargo.toml b/Cargo.toml index f6e7fee..991f462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ sha256 = "1.5" dialoguer = "0.11" indicatif = "0.17" -deob = { path = "./libs/deob", optional = true } +deob = { path = "./libs/deob", version = "*", optional = true } zip = { version = "1.2", optional = true } bytes = "1.6"