diff --git a/ffi.nim b/ffi.nim index f5a2157..0ef64ac 100644 --- a/ffi.nim +++ b/ffi.nim @@ -1,4 +1,5 @@ -import std/[atomics, tables], chronos +import std/[atomics, tables] +import chronos, chronicles import ffi/internal/[ffi_library, ffi_macro], ffi/[alloc, ffi_types, ffi_context, ffi_thread_request] diff --git a/ffi.nimble b/ffi.nimble index 6bceb79..dc39f4c 100644 --- a/ffi.nimble +++ b/ffi.nimble @@ -1,6 +1,6 @@ # ffi.nimble -version = "0.1.2" +version = "0.1.3" author = "Institute of Free Technology" description = "FFI framework with custom header generation" license = "MIT or Apache License 2.0"