diff --git a/examples/test-device/Cargo.toml b/examples/test-device/Cargo.toml index f361740..a581350 100644 --- a/examples/test-device/Cargo.toml +++ b/examples/test-device/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" [dependencies] yup-oauth2 = { path = "../../" } -tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } diff --git a/examples/test-installed/Cargo.toml b/examples/test-installed/Cargo.toml index 09d5c2c..070835f 100644 --- a/examples/test-installed/Cargo.toml +++ b/examples/test-installed/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" [dependencies] yup-oauth2 = { path = "../../" } -tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } diff --git a/examples/test-svc-acct/Cargo.toml b/examples/test-svc-acct/Cargo.toml index ea00906..927dbf0 100644 --- a/examples/test-svc-acct/Cargo.toml +++ b/examples/test-svc-acct/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" [dependencies] yup-oauth2 = { path = "../../" } -tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }