Skip to content

Commit

Permalink
Merge pull request #10 from ThomasTJdev/ThomasTJdev-patch-1
Browse files Browse the repository at this point in the history
Support Nim v1.6.x to avoid breaking dependant packages
  • Loading branch information
ba0f3 authored Aug 24, 2023
2 parents 1aeef2f + cedc1aa commit d850e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hmac.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version = "0.3.0"
version = "0.3.1"
author = "Huy Doan"
description = "HMAC hashing in Nim"
license = "MIT"

requires "nim >= 2.0.0", "nimSHA2", "nimcrypto >= 0.5.4"
requires "nim >= 1.6.10", "nimSHA2", "nimcrypto >= 0.5.4"

0 comments on commit d850e73

Please sign in to comment.