Skip to content

Commit

Permalink
[#109] Adds "full" tokio features for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
clintfred committed Feb 5, 2020
1 parent 4374db8 commit 5e3fc5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ galvanic-assert = "~0.8"
uuid = { version = "~0.7.2", features = ["v4"] }
double = "~0.2.4"
criterion = "~0.3"
tokio = {version = "~0.2.0", features = ["macros"]}
tokio = {version = "~0.2.0", features = ["full"]}

[build-dependencies]
protobuf-codegen-pure = "~2.10"
Expand Down
1 change: 0 additions & 1 deletion src/document/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use crate::{
Result,
};
use itertools::{Either, EitherOrBoth, Itertools};
use tokio::time::Duration;

/// Advanced document operations
pub mod advanced;
Expand Down

0 comments on commit 5e3fc5c

Please sign in to comment.