supported since nim 1.4.0 (#25)
This commit is contained in:
parent
d488988aff
commit
a6678b2688
|
@ -19,11 +19,7 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CHANNEL=stable
|
env: CHANNEL=stable
|
||||||
- os: linux
|
- os: linux
|
||||||
env: CHANNEL=0.20.2
|
env: CHANNEL=1.4.0
|
||||||
- os: linux
|
|
||||||
env: CHANNEL=0.19.6
|
|
||||||
- os: linux
|
|
||||||
env: CHANNEL=0.18.0
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
author = "Michał Zieliński"
|
author = "Michał Zieliński"
|
||||||
description = "LevelDB wrapper for Nim"
|
description = "LevelDB wrapper for Nim"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -10,4 +10,4 @@ bin = @["leveldbtool"]
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires "nim >= 0.18.0"
|
requires "nim >= 1.4.0"
|
||||||
|
|
Loading…
Reference in New Issue