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

Commit dabf429

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

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.3.0"
24+
futures-timer = "0.4.0"
2525

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

0 commit comments

Comments
 (0)