Skip to content

Commit

Permalink
chore: Select aio redis feature
Browse files Browse the repository at this point in the history
Enabled by default, but we rely on it,
so better to be explicit.
  • Loading branch information
sondrelg committed Oct 16, 2022
1 parent bb61153 commit 9f3e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyo3-log = ">=0.7.0"
log = ">=0.4.17"
pyo3-asyncio = { version = ">=0.17.0", features = ["attributes", "tokio-runtime"] }
tokio = ">=1.20.1"
redis = { version=">=0.21.5", features = ["tokio-comp"] }
redis = { version=">=0.21.5", features = ["aio", "tokio-comp"] }

[dev-dependencies]
cargo-llvm-cov = { version = ">=0.4.1" }
Expand Down

0 comments on commit 9f3e3d8

Please sign in to comment.