Skip to content

Commit

Permalink
fix features
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Feb 9, 2024
1 parent ea5a59b commit 1a53031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kitsune-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license.workspace = true
enum_dispatch = "0.3.12"
moka = { version = "0.12.5", features = ["sync"] }
multiplex-pool = { path = "../../lib/multiplex-pool" }
redis = "0.24.0"
redis = { version = "0.24.0", default-features = false, features = ["aio"] }
serde = "1.0.196"
simd-json = "0.13.8"
thiserror = "1.0.56"
Expand Down

0 comments on commit 1a53031

Please sign in to comment.