mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-22 01:10:12 +00:00
bump supported nim version
This commit is contained in:
parent
0ad7321aa0
commit
8b8a1e793d
@ -1,5 +1,5 @@
|
||||
packageName = "chronos"
|
||||
version = "2.4.2"
|
||||
version = "2.5.0"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "Chronos"
|
||||
license = "Apache License 2.0 or MIT"
|
||||
@ -7,7 +7,7 @@ skipDirs = @["tests"]
|
||||
|
||||
### Dependencies
|
||||
|
||||
requires "nim > 0.19.4",
|
||||
requires "nim > 1.2.0"
|
||||
"bearssl"
|
||||
|
||||
task test, "Run all tests":
|
||||
|
Loading…
x
Reference in New Issue
Block a user