Skip to content

Commit

Permalink
fix: redis features error
Browse files Browse the repository at this point in the history
  • Loading branch information
AH-dark committed Jul 5, 2024
1 parent 1409200 commit 16d6d8b
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 @@ -46,7 +46,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "time", "sync"
uuid = { version = "1", features = ["v4"] }

etcd-client = { version = "0.13", optional = true }
redis = { version = "0.25", optional = true, features = ["aio"] }
redis = { version = "0.25", optional = true, features = ["tokio-comp"] }

[dev-dependencies]
pretty_env_logger = "0.5"

0 comments on commit 16d6d8b

Please sign in to comment.