1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 19:56:50 +00:00

build: add version to dependency deob

This commit is contained in:
Paul-Christian Volkmer 2024-05-23 13:04:56 +02:00
parent 2dda0c9ed7
commit 4b2ede0d80

View File

@ -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"