mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-02-08 16:55:19 +00:00
update for chronicles
This commit is contained in:
parent
6de3895580
commit
cb5255ea5f
@ -17,7 +17,7 @@ skipDirs = @["examples", "tests"]
|
|||||||
requires "nim >= 1.2.0" # nimble will fail to install nim-ws if we are using 1.2.6 here
|
requires "nim >= 1.2.0" # nimble will fail to install nim-ws if we are using 1.2.6 here
|
||||||
requires "chronos >= 3.0.0"
|
requires "chronos >= 3.0.0"
|
||||||
requires "httputils >= 0.2.0"
|
requires "httputils >= 0.2.0"
|
||||||
requires "chronicles >= 0.10.0"
|
requires "chronicles#ba2817f1"
|
||||||
requires "stew >= 0.1.0"
|
requires "stew >= 0.1.0"
|
||||||
requires "asynctest >= 0.2.0 & < 0.3.0"
|
requires "asynctest >= 0.2.0 & < 0.3.0"
|
||||||
requires "nimcrypto"
|
requires "nimcrypto"
|
||||||
|
@ -15,7 +15,7 @@ import pkg/[
|
|||||||
chronicles,
|
chronicles,
|
||||||
httputils]
|
httputils]
|
||||||
|
|
||||||
when config.isLogFormatUsed(json):
|
when isLogFormatUsed(json):
|
||||||
import json_serialization/std/net
|
import json_serialization/std/net
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user