mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-18 23:31:13 +00:00
Export fastEpochTime().
Bump version 2.0.5.
This commit is contained in:
parent
bd6658d3d3
commit
7598387279
@ -6,5 +6,6 @@
|
||||
# Apache License, version 2.0, (LICENSE-APACHEv2)
|
||||
# MIT license (LICENSE-MIT)
|
||||
|
||||
import asyncdispatch2/[asyncloop, asyncfutures2, asyncsync, handles, transport]
|
||||
export asyncloop, asyncfutures2, asyncsync, handles, transport
|
||||
import asyncdispatch2/[asyncloop, asyncfutures2, asyncsync, handles, transport,
|
||||
timer]
|
||||
export asyncloop, asyncfutures2, asyncsync, handles, transport, timer
|
||||
|
@ -1,5 +1,5 @@
|
||||
packageName = "asyncdispatch2"
|
||||
version = "2.0.4"
|
||||
version = "2.0.5"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "Asyncdispatch2"
|
||||
license = "Apache License 2.0 or MIT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user