diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2018-10-10 20:17:45 -0700 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2018-10-10 20:17:45 -0700 |
| commit | eab5057957ce5c40ec5501f49ea0b02c9f7f9d96 (patch) | |
| tree | 0c37215e3d1ea51d0d3e4af73e36bdb27917d00e | |
| parent | a55eb0b8a6efa097ad2e9a2be628229c86c24b7f (diff) | |
| parent | 3895aad415200b954bec2b9a6526c05c3d675252 (diff) | |
| download | nimpb-eab5057957ce5c40ec5501f49ea0b02c9f7f9d96.tar.gz nimpb-eab5057957ce5c40ec5501f49ea0b02c9f7f9d96.zip | |
Merge remote-tracking branch 'timo/pr_fix_nimble'
| -rw-r--r-- | nimpb.nimble | 4 |
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 |
