Skip to content

Commit

Permalink
chore: add doc to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 27, 2024
1 parent 0872154 commit 506db68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 506db68

Please sign in to comment.