From 4b2ede0d805e9e3dae1f057e2c856b8966137f6f Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Thu, 23 May 2024 13:04:56 +0200 Subject: [PATCH] build: add version to dependency deob --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"