Skip to content

Commit 5e3fc5c

Browse files
committed
[#109] Adds "full" tokio features for testing
1 parent 4374db8 commit 5e3fc5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ galvanic-assert = "~0.8"
4545
uuid = { version = "~0.7.2", features = ["v4"] }
4646
double = "~0.2.4"
4747
criterion = "~0.3"
48-
tokio = {version = "~0.2.0", features = ["macros"]}
48+
tokio = {version = "~0.2.0", features = ["full"]}
4949

5050
[build-dependencies]
5151
protobuf-codegen-pure = "~2.10"

src/document/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use crate::{
1313
Result,
1414
};
1515
use itertools::{Either, EitherOrBoth, Itertools};
16-
use tokio::time::Duration;
1716

1817
/// Advanced document operations
1918
pub mod advanced;

0 commit comments

Comments
 (0)