lua-bcrypt

Secure password hashing for Lua
Log | Files | Refs

commit cb377feb12171dd718f8ec81e0dbdc37305f4a21
parent fdcf56ea7fe6aa1b910f6715fbfdb6389db7a52d
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun, 19 May 2013 12:37:36 +0100

Update rockspec, version lua >= 5.1

Diffstat:
rockspec/bcrypt-scm-1.rockspec | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rockspec/bcrypt-scm-1.rockspec b/rockspec/bcrypt-scm-1.rockspec @@ -13,7 +13,7 @@ description = { } dependencies = { - "lua ~> 5.1", + "lua >= 5.1", } build = {