Skip to content

Commit

Permalink
fixes tests (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Nov 5, 2024
1 parent 54cf692 commit d3c8ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prologue.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ srcDir = "src"


# Dependencies
requires "nim >= 1.6.0"
requires "nim >= 2.0.0"
requires "regex >= 0.20.0"
requires "nimcrypto >= 0.5.4"
requires "cookiejar >= 0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/prologue/security/hasher.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import std/[strformat, strutils]

import pkg/nimcrypto/pbkdf2
import pkg/nimcrypto/[pbkdf2, sha, sha2]

from ../core/types import SecretKey
from ../core/encode import base64Encode
Expand Down

0 comments on commit d3c8ace

Please sign in to comment.