cargo: Update smoldot to git dep

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-01-11 12:47:30 +02:00
parent 8d81e39099
commit 55d4e6eae4
+2 -2
View File
@@ -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"