From ebf44c9a5f145608f1b37ecbf38c8819e40b4b01 Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Wed, 8 Mar 2017 18:22:36 -0800 Subject: [PATCH] Update for Nim v0.16.0 --- murmur.nimble => murmur3.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename murmur.nimble => murmur3.nimble (82%) diff --git a/murmur.nimble b/murmur3.nimble similarity index 82% rename from murmur.nimble rename to murmur3.nimble index 2431397..56847fc 100644 --- a/murmur.nimble +++ b/murmur3.nimble @@ -1,9 +1,9 @@ [Package] name = "murmur3" -version = "0.1.3" +version = "0.2.0" author = "Nick Boyd Greenfield" description = "Simple Murmurhash3 wrapper (for strings only at the moment). MurmurHash code is by Austin Appleby and in the public domain." license = "MIT" [Deps] -Requires: "nimrod >= 0.9.4" +Requires: "nim >= 0.16.0"