We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d488988 commit a6678b2Copy full SHA for a6678b2
.travis.yml
@@ -19,11 +19,7 @@ matrix:
19
- os: linux
20
env: CHANNEL=stable
21
22
- env: CHANNEL=0.20.2
23
- - os: linux
24
- env: CHANNEL=0.19.6
25
26
- env: CHANNEL=0.18.0
+ env: CHANNEL=1.4.0
27
28
install:
29
- |
leveldb.nimble
@@ -1,6 +1,6 @@
1
# Package
2
3
-version = "0.3.0"
+version = "0.4.0"
4
author = "Michał Zieliński"
5
description = "LevelDB wrapper for Nim"
6
license = "MIT"
@@ -10,4 +10,4 @@ bin = @["leveldbtool"]
10
11
# Dependencies
12
13
-requires "nim >= 0.18.0"
+requires "nim >= 1.4.0"
0 commit comments