Skip to content

Commit d850e73

Browse files
authored
Merge pull request #10 from ThomasTJdev/ThomasTJdev-patch-1
Support Nim v1.6.x to avoid breaking dependant packages
2 parents 1aeef2f + cedc1aa commit d850e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hmac.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version = "0.3.0"
1+
version = "0.3.1"
22
author = "Huy Doan"
33
description = "HMAC hashing in Nim"
44
license = "MIT"
55

6-
requires "nim >= 2.0.0", "nimSHA2", "nimcrypto >= 0.5.4"
6+
requires "nim >= 1.6.10", "nimSHA2", "nimcrypto >= 0.5.4"

0 commit comments

Comments
 (0)