change 1.2 to 1.6 in readme and .nimble

This commit is contained in:
Eric 2024-06-20 13:15:01 +10:00
parent 3cff0d3a26
commit 3c35821d4b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Nim wrapper for [Leopard-RS](https://github.com/catid/leopard): a fast library f
## Requirements
* Same as Leopard-RS' requirements, e.g. CMake 3.7 or newer.
* Nim 1.2 or newer.
* Nim 1.6 or newer.
## Installation

View File

@ -7,7 +7,7 @@ description = "A wrapper for Leopard-RS"
license = "Apache License 2.0 or MIT"
installDirs = @["vendor"]
requires "nim >= 1.2.0",
requires "nim >= 1.6.0",
"stew",
"unittest2",
"upraises >= 0.1.0 & < 0.2.0"