Skip to content

Commit

Permalink
Merge branch 'devel' into dependabot/github_actions/crazy-max/ghactio…
Browse files Browse the repository at this point in the history
…n-github-pages-4.1.0
  • Loading branch information
ringabout authored Nov 5, 2024
2 parents ec005e9 + 2bb4b23 commit 35cbe46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 76 deletions.
74 changes: 0 additions & 74 deletions .circleci/config.yml

This file was deleted.

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 35cbe46

Please sign in to comment.