supported since nim 1.4.0 (#25)

This commit is contained in:
Xie Yanbo 2021-02-03 13:19:14 +08:00 committed by GitHub
parent d488988aff
commit a6678b2688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -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:
- |

View File

@ -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"