File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.4 - 2020-07-23
2
+
3
+ - Add user-defined callback to ` EnvBuilder ` (#474 )
4
+
1
5
# 0.5.3 - 2020-05-07
2
6
3
7
- Switch to github action and update badge
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " grpcio"
3
- version = " 0.5.3 "
3
+ version = " 0.5.4 "
4
4
edition = " 2018"
5
5
authors = [" The TiKV Project Developers" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ impl ChannelBuilder {
391
391
}
392
392
393
393
/// Build `ChannelArgs` from the current configuration.
394
- #[ allow( clippy:: identity_conversion ) ]
394
+ #[ allow( clippy:: useless_conversion ) ]
395
395
pub fn build_args ( & self ) -> ChannelArgs {
396
396
let args = unsafe { grpc_sys:: grpcwrap_channel_args_create ( self . options . len ( ) ) } ;
397
397
for ( i, ( k, v) ) in self . options . iter ( ) . enumerate ( ) {
You can’t perform that action at this time.
0 commit comments