-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62fb9dd
commit ebf44c9
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |