From 55d4e6eae4bc07fde740955485984b8740b794e0 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Thu, 11 Jan 2024 12:47:30 +0200 Subject: [PATCH] cargo: Update smoldot to git dep Signed-off-by: Alexandru Vasile --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1aab4d59a8..6d4bac12cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,8 +102,8 @@ wasm-bindgen-test = "0.3.24" which = "5.0.0" # Light client support: -smoldot = { version = "0.16.0", default-features = false } -smoldot-light = { version = "0.14.0", default-features = false } +smoldot = { git = "https://github.com/smol-dot/smoldot.git", default-features = false } +smoldot-light = { git = "https://github.com/smol-dot/smoldot.git", default-features = false } tokio-stream = "0.1.14" futures-util = "0.3.30" rand = "0.8.5"