Skip to content

Commit 7c60591

Browse files
committed
update deps
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent f0ebfba commit 7c60591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ crossbeam-channel = "0.3.9"
3232
crossbeam-deque = "0.7.1"
3333
futures-core-preview = "=0.3.0-alpha.19"
3434
futures-io-preview = "=0.3.0-alpha.19"
35-
futures-timer = "1.0.1"
35+
futures-timer = "1.0.2"
3636
lazy_static = "1.4.0"
3737
log = { version = "0.4.8", features = ["kv_unstable"] }
3838
memchr = "2.2.1"

Diff for: src/stream/interval.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use futures_timer::Delay;
1010

1111
/// Creates a new stream that yields at a set interval.
1212
///
13-
/// The first stream first yields after `dur`, and continues to yield every
13+
/// The stream first yields after `dur`, and continues to yield every
1414
/// `dur` after that. The stream accounts for time elapsed between calls, and
1515
/// will adjust accordingly to prevent time skews.
1616
///

0 commit comments

Comments
 (0)