More crate compiling for WASM-browser (#2825)

* More crate compiling for WASM-browser

* Update runtime Cargo.lock
This commit is contained in:
Pierre Krieger
2019-06-07 16:06:15 +02:00
committed by Bastian Köcher
parent 4d3396d095
commit ac895023be
10 changed files with 18 additions and 64 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ use inherents::{InherentData, InherentDataProviders};
use log::warn;
use std::marker::PhantomData;
use std::time::{Duration, Instant};
use tokio::timer::Delay;
use tokio_timer::Delay;
/// Returns current duration since unix epoch.
pub fn duration_now() -> Option<Duration> {