Skip to content

Commit 96688d4

Browse files
committed
The postgres backend requires tokio/rt, so enable it
1 parent 7f65389 commit 96688d4

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Cargo.lock

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ diesel = { version = "2.0.0", default-features = false, features = ["chrono"]}
3434
[features]
3535
default = []
3636
mysql = ["diesel/mysql_backend", "mysql_async", "mysql_common"]
37-
postgres = ["diesel/postgres_backend", "tokio-postgres", "tokio"]
37+
postgres = ["diesel/postgres_backend", "tokio-postgres", "tokio", "tokio/rt"]
3838

3939
[[test]]
4040
name = "integration_tests"

0 commit comments

Comments
 (0)