aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oswjk@users.noreply.github.com>2018-10-10 20:13:00 -0700
committerGitHub <noreply@github.com>2018-10-10 20:13:00 -0700
commitf81df673030e6086b4d4b6669dce3c58537e80b5 (patch)
tree0c37215e3d1ea51d0d3e4af73e36bdb27917d00e
parent050616f9417794568c8b194c4c124ec6d9a5f4cd (diff)
parent3895aad415200b954bec2b9a6526c05c3d675252 (diff)
downloadnimpb-fixes-for-nim-0.19.tar.gz
nimpb-fixes-for-nim-0.19.zip
Merge pull request #11 from timotheecour/pr_fix_nimblefixes-for-nim-0.19
bump version
-rw-r--r--nimpb.nimble4
1 files changed, 2 insertions, 2 deletions
diff --git a/nimpb.nimble b/nimpb.nimble
index e2a4168..4879e2f 100644
--- a/nimpb.nimble
+++ b/nimpb.nimble
@@ -1,4 +1,4 @@
-version = "0.1.0"
+version = "0.2.0"
author = "Oskari Timperi"
description = "protobuf library for Nim"
license = "MIT"
@@ -7,7 +7,7 @@ skipDirs = @["examples", "tests", "protobuf-3.5.1"]
bin = @["nimpb/compiler/nimpb_build"]
-requires "nim >= 0.18.0"
+requires "nim >= 0.19.0"
# Hard dependency for now. In the future we could make nimpb_protoc download
# stuff on-demand which would make the dependency a bit lighter. Especially