We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9b06f commit defb1afCopy full SHA for defb1af
postgres/Cargo.toml
@@ -19,8 +19,9 @@ edition = "2018"
19
async-trait = "0.1"
20
bb8 = { path = "../bb8" }
21
futures = "0.3"
22
-tokio = { version = "0.2", features = ["macros"] }
+tokio = { version = "0.2", features = ["rt-core"] }
23
tokio-postgres = "0.5.1"
24
25
[dev-dependencies]
26
hyper = { version = "0.13" }
27
+tokio = { version = "0.2", features = ["rt-threaded"] }
redis/Cargo.toml
@@ -11,5 +11,4 @@ edition = "2018"
11
12
13
14
-tokio = "0.2"
15
redis = "0.15"
0 commit comments