From 506db68e259b59d5ccea6287f6e240cde7b41c16 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:58:19 +0100 Subject: [PATCH] chore: add doc to cargo.toml --- abci/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/abci/Cargo.toml b/abci/Cargo.toml index 37caa23..5d5f395 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -83,4 +83,5 @@ futures = { version = "0.3.30" } tokio = { version = "1.40", features = ["macros", "signal", "time", "io-std"] } hex = { version = "0.4.3" } lazy_static = { version = "1.4.0" } +# Note: pollster is not safe outside of tests, we had issues with it in the past pollster = { version = "0.4.0" }