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