We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4374db8 commit 5e3fc5cCopy full SHA for 5e3fc5c
Cargo.toml
@@ -45,7 +45,7 @@ galvanic-assert = "~0.8"
45
uuid = { version = "~0.7.2", features = ["v4"] }
46
double = "~0.2.4"
47
criterion = "~0.3"
48
-tokio = {version = "~0.2.0", features = ["macros"]}
+tokio = {version = "~0.2.0", features = ["full"]}
49
50
[build-dependencies]
51
protobuf-codegen-pure = "~2.10"
src/document/mod.rs
@@ -13,7 +13,6 @@ use crate::{
13
Result,
14
};
15
use itertools::{Either, EitherOrBoth, Itertools};
16
-use tokio::time::Duration;
17
18
/// Advanced document operations
19
pub mod advanced;
0 commit comments