From 0330900dfbea065ac3e357480e913a8924bdd9ba Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Fri, 22 Aug 2025 14:09:07 +0200 Subject: [PATCH] Update sdk_common dependency to use docker-support branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca3db2e..5289bbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.9" futures-util = { version = "0.3.28", default-features = false, features = ["sink", "std"] } hex = "0.4.3" log = "0.4.20" -sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "dev", features = ["parallel", "blindbit-backend"] } +sdk_common = { git = "https://git.4nkweb.com/4nk/sdk_common.git", branch = "docker-support", features = ["parallel", "blindbit-backend"] } serde = { version = "1.0.193", features = ["derive"]} serde_json = "1.0" serde_with = "3.6.0"