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…
Reference in New Issue