Skip to content

Commit fc0ddeb

Browse files
committed
fix: add missing resty.utils module to rockspec
Closes #68
1 parent 4d25e04 commit fc0ddeb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/resty/jwt.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local openssl_rand = require "resty.openssl.rand"
1010
local kdf = require "resty.openssl.kdf"
1111
local utils = require "resty.utils"
1212

13-
local _M = { _VERSION = "0.3.1" }
13+
local _M = { _VERSION = "0.3.2" }
1414

1515
local mt = {
1616
__index = _M

lua-resty-jwt-dev-0.rockspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ build = {
2525
['resty.jwt'] = 'lib/resty/jwt.lua',
2626
['resty.evp'] = 'lib/resty/evp.lua',
2727
['resty.jwt-validators'] = 'lib/resty/jwt-validators.lua',
28+
['resty.utils'] = 'lib/resty/utils.lua',
2829
['resty.hmac'] = 'third-party/lua-resty-hmac/lib/resty/hmac.lua'
2930
}
3031
}

0 commit comments

Comments
 (0)