futures-timer 3.0.4

Timeouts for futures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog

## 3.0.4

### Bug Fixes

- Handle potential overflow gracefully ([#68]https://github.com/async-rs/futures-timer/pull/68)

### Changes

- Upgrade dependencies ([#72]https://github.com/async-rs/futures-timer/pull/72)
- cfg-gate wasm dependencies for wasm32 targets ([#75]https://github.com/async-rs/futures-timer/pull/75)
- Fix compilation warnings ([#83]https://github.com/async-rs/futures-timer/pull/83)

## 3.0.3

Previous release before this changelog was started.