Skip to content

Commit 3d975b5

Browse files
committed
redis: clean up Cargo.toml formatting
1 parent e233bf6 commit 3d975b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

redis/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ repository = "https://github.com/djc/bb8"
99

1010
[dependencies]
1111
bb8 = { version = "0.9", path = "../bb8" }
12-
redis = { version = "1.0.0", default-features = false, features = [
13-
"tokio-comp",
14-
] }
12+
redis = { version = "1.0.0", default-features = false, features = ["tokio-comp"] }
1513

1614
[dev-dependencies]
1715
futures-util = "0.3.15"

0 commit comments

Comments
 (0)