Upgrade in-tree tokio 0.2 usage to tokio 0.3
This commit is contained in:
@@ -378,7 +378,7 @@ impl BigTableSubCommand for App<'_, '_> {
|
||||
}
|
||||
|
||||
pub fn bigtable_process_command(ledger_path: &Path, matches: &ArgMatches<'_>) {
|
||||
let mut runtime = tokio::runtime::Runtime::new().unwrap();
|
||||
let runtime = tokio::runtime::Runtime::new().unwrap();
|
||||
|
||||
let future = match matches.subcommand() {
|
||||
("upload", Some(arg_matches)) => {
|
||||
|
Reference in New Issue
Block a user