working: Reintroduce Platform impl + instant crash fix

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-06-06 22:27:46 +03:00
parent 9be09e8daa
commit e754e2d562
7 changed files with 77 additions and 205 deletions
+3
View File
@@ -82,6 +82,9 @@ futures-timer = { version = "3" }
gloo-net = { version = "0.2.6", default-features = false, features = ["json", "websocket"] }
futures-executor = { version = "0.3.28", default-features = false }
instant = { version = "0.1.12", default-features = false }
tokio-stream = "0.1.14"
futures-util = "0.3.28"