Driver, Gateway: Remove tokio 0.2 support (#118)
* Remove tokio 0.2 compat * Remove tokio 0.2 test * Remove tokio 0.2 CI
This commit is contained in:
@@ -11,10 +11,7 @@ use std::{
|
||||
io::{BufRead, BufReader, Read},
|
||||
process::{Command, Stdio},
|
||||
};
|
||||
#[cfg(not(feature = "tokio-02-marker"))]
|
||||
use tokio::{process::Command as TokioCommand, task};
|
||||
#[cfg(feature = "tokio-02-marker")]
|
||||
use tokio_compat::{process::Command as TokioCommand, task};
|
||||
use tracing::trace;
|
||||
|
||||
const YOUTUBE_DL_COMMAND: &str = if cfg!(feature = "youtube-dlc") {
|
||||
|
||||
Reference in New Issue
Block a user