cargo: Point smoldot to crates.io

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-04-09 14:30:37 +03:00
parent 74dd9d7cff
commit 1c96d5e7b3
2 changed files with 15 additions and 45 deletions
+2 -4
View File
@@ -113,10 +113,8 @@ which = "5.0.0"
strip-ansi-escapes = "0.2.0"
# Light client support:
smoldot = { path = "/home/lexnv/workspace/smoldot/lib", default-features = false }
#smoldot = { version = "0.17.0", default-features = false }
#smoldot-light = { version = "0.15.0", default-features = false }
smoldot-light = { path = "/home/lexnv/workspace/smoldot/light-base", default-features = false }
smoldot = { version = "0.17.0", default-features = false }
smoldot-light = { version = "0.15.0", default-features = false }
tokio-stream = "0.1.15"