Skip to content

Commit

Permalink
Update hmac.nimble
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTJdev authored Aug 24, 2023
1 parent 1aeef2f commit cedc1aa
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 cedc1aa

Please sign in to comment.