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 1
1
[package ]
2
2
name = " tower-abci"
3
- version = " 0.16 .0"
3
+ version = " 0.17 .0"
4
4
authors = [
5
5
" Penumbra Labs <[email protected] >" ,
6
6
" Henry de Valence <[email protected] "
@@ -14,8 +14,8 @@ documentation = "https://docs.rs/tower-abci"
14
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
15
16
16
[dependencies ]
17
- tendermint-proto = " 0.38 "
18
- tendermint = " 0.38 "
17
+ tendermint-proto = " 0.39 "
18
+ tendermint = " 0.39 "
19
19
bytes = " 1"
20
20
tokio = { version = " 1" , features = [" full" ]}
21
21
tokio-util = { version = " 0.6" , features = [" codec" ] }
Original file line number Diff line number Diff line change
1
+ #![ allow( clippy:: doc_lazy_continuation) ]
1
2
#![ doc = include_str ! ( "../README.md" ) ]
2
3
/// A fork of tower::buffer @ `e1760d38` that has four queues feeding
3
4
/// the same worker task, with different priorities.
You can’t perform that action at this time.
0 commit comments