remove unecessary rt feature flag

This commit is contained in:
Maxime Bedard
2020-12-24 09:39:10 -05:00
parent ec28689080
commit c5bc3913d7
3 changed files with 3 additions and 3 deletions

View File

@@ -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"] }

View File

@@ -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"] }

View File

@@ -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"] }