Skip to content

Commit

Permalink
Fix failing async-std test
Browse files Browse the repository at this point in the history
  • Loading branch information
tompro committed Oct 29, 2022
1 parent aac0ee7 commit 815bae6
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 @@ -23,7 +23,7 @@ async-std-comp = ['redis/async-std-comp']
[dev-dependencies]
tokio = { version = "1", features = ["rt"] }
futures = "0.3.5"
async-std = "1.8.0"
async-std = { version = "1.8.0", features = ["tokio1"] }

[[test]]
name = "test_async_std_commands"
Expand Down

0 comments on commit 815bae6

Please sign in to comment.