mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-01-22 16:39:19 +00:00
update .nimble [skip ci]
- change nim dependency from "1.2.6" to "1.2.0" because nimble refuse to install it when we are using nimbus-build-system - fixes skipdir entry
This commit is contained in:
parent
e56447dda3
commit
2ee209af39
@ -12,9 +12,9 @@ version = "0.1.0"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "WS protocol implementation"
|
||||
license = "MIT"
|
||||
skipDirs = @["examples", "test"]
|
||||
skipDirs = @["examples", "tests"]
|
||||
|
||||
requires "nim >= 1.2.6"
|
||||
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 "httputils >= 0.2.0"
|
||||
requires "chronicles >= 0.10.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user