Skip to content

Commit

Permalink
Provide a way to use the most up to date version of libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Aug 17, 2024
1 parent b792b53 commit 207163c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimword.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "1.0.0"
version = "1.0.1"
author = "Philipp Doerner"
description = "A simple library with a simple interface to do password hashing and validation with different algorithms"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ srcDir = "src"
# Dependencies

requires "nim >= 1.6.10"
requires "libsodium >= 0.7.1"
requires "libsodium#144d6d8"

task apis, "docs only for api":
exec "nim doc --verbosity:0 --warnings:off --project --index:on " &
Expand Down

0 comments on commit 207163c

Please sign in to comment.