Skip to content

Commit

Permalink
Update for Nim v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boydgreenfield committed Mar 9, 2017
1 parent 62fb9dd commit ebf44c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions murmur.nimble → murmur3.nimble
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit ebf44c9

Please sign in to comment.