Skip to content

Commit

Permalink
Fix(tokio-postgres): declare dependency on net feature
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Aug 14, 2022
1 parent 8abc3ea commit a0f028a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Expand Up @@ -62,7 +62,7 @@ tokio-util = { version = "0.7", features = ["codec"] }
futures-executor = "0.3"
criterion = "0.3"
env_logger = "0.9"
tokio = { version = "1.0", features = ["macros", "rt"] }
tokio = { version = "1.0", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }

bit-vec-06 = { version = "0.6", package = "bit-vec" }
chrono-04 = { version = "0.4", package = "chrono", default-features = false }
Expand Down

0 comments on commit a0f028a

Please sign in to comment.