Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into ci/rust-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 27, 2024
2 parents 5885a2c + 3fd4d40 commit 88a9973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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" }
pollster = { version = "0.3.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 88a9973

Please sign in to comment.