Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit b585c4f

Browse files
Update futures-timer requirement from 0.2.1 to 0.3.0 (#76)
Updates the requirements on [futures-timer](https://github.com/alexcrichton/futures-timer) to permit the latest version. - [Release notes](https://github.com/alexcrichton/futures-timer/releases) - [Changelog](https://github.com/rustasync/futures-timer/blob/master/CHANGELOG.md) - [Commits](async-rs/futures-timer@0.2.1...0.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent aea55f9 commit b585c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async-datagram = "3.0.0"
2121
juliex = "0.3.0-alpha.6"
2222
lazy_static = "1.3.0"
2323
romio = "0.3.0-alpha.9"
24-
futures-timer = "0.2.1"
24+
futures-timer = "0.3.0"
2525

2626
[target.'cfg(target_arch = "wasm32")'.dependencies]
2727
futures01 = { package = "futures", version = "0.1" }

0 commit comments

Comments
 (0)