mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-13 09:15:47 +00:00
More crate compiling for WASM-browser (#2825)
* More crate compiling for WASM-browser * Update runtime Cargo.lock
This commit is contained in:
committed by
Bastian Köcher
parent
4d3396d095
commit
ac895023be
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user