Skip to content

Commit a6678b2

Browse files
authored
supported since nim 1.4.0 (zielmicha#25)
1 parent d488988 commit a6678b2

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ matrix:
1919
- os: linux
2020
env: CHANNEL=stable
2121
- os: linux
22-
env: CHANNEL=0.20.2
23-
- os: linux
24-
env: CHANNEL=0.19.6
25-
- os: linux
26-
env: CHANNEL=0.18.0
22+
env: CHANNEL=1.4.0
2723

2824
install:
2925
- |

leveldb.nimble

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.3.0"
3+
version = "0.4.0"
44
author = "Michał Zieliński"
55
description = "LevelDB wrapper for Nim"
66
license = "MIT"
@@ -10,4 +10,4 @@ bin = @["leveldbtool"]
1010

1111
# Dependencies
1212

13-
requires "nim >= 0.18.0"
13+
requires "nim >= 1.4.0"

0 commit comments

Comments
 (0)