mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-01-04 06:33:09 +00:00
change 1.2 to 1.6 in readme and .nimble
This commit is contained in:
parent
3cff0d3a26
commit
3c35821d4b
@ -10,7 +10,7 @@ Nim wrapper for [Leopard-RS](https://github.com/catid/leopard): a fast library f
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Same as Leopard-RS' requirements, e.g. CMake 3.7 or newer.
|
* Same as Leopard-RS' requirements, e.g. CMake 3.7 or newer.
|
||||||
* Nim 1.2 or newer.
|
* Nim 1.6 or newer.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ description = "A wrapper for Leopard-RS"
|
|||||||
license = "Apache License 2.0 or MIT"
|
license = "Apache License 2.0 or MIT"
|
||||||
installDirs = @["vendor"]
|
installDirs = @["vendor"]
|
||||||
|
|
||||||
requires "nim >= 1.2.0",
|
requires "nim >= 1.6.0",
|
||||||
"stew",
|
"stew",
|
||||||
"unittest2",
|
"unittest2",
|
||||||
"upraises >= 0.1.0 & < 0.2.0"
|
"upraises >= 0.1.0 & < 0.2.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user