File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tower-abci"
3- version = " 0.16 .0"
3+ version = " 0.17 .0"
44authors = [
55 " Penumbra Labs <team@penumbralabs.xyz>" ,
66 " Henry de Valence <hdevalence@penumbralabs.xyz"
@@ -14,8 +14,8 @@ documentation = "https://docs.rs/tower-abci"
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
1616[dependencies ]
17- tendermint-proto = " 0.38 "
18- tendermint = " 0.38 "
17+ tendermint-proto = " 0.39 "
18+ tendermint = " 0.39 "
1919bytes = " 1"
2020tokio = { version = " 1" , features = [" full" ]}
2121tokio-util = { version = " 0.6" , features = [" codec" ] }
Original file line number Diff line number Diff line change 1+ #![ allow( clippy:: doc_lazy_continuation) ]
12#![ doc = include_str ! ( "../README.md" ) ]
23/// A fork of tower::buffer @ `e1760d38` that has four queues feeding
34/// the same worker task, with different priorities.
You can’t perform that action at this time.
0 commit comments