From cedc1aa785487c07be65f946e34f212e4108fb25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Thu, 24 Aug 2023 17:29:27 +0200 Subject: [PATCH] Update hmac.nimble --- hmac.nimble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hmac.nimble b/hmac.nimble index b1abe48..ddd0f74 100644 --- a/hmac.nimble +++ b/hmac.nimble @@ -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"