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:
jangko 2021-06-23 15:47:31 +07:00
parent e56447dda3
commit 2ee209af39
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9

View File

@ -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"