diff options
author | Michael Martin <flrgh@protonmail.com> | 2021-12-21 17:58:03 -0800 |
---|---|---|
committer | Michael Martin <flrgh@protonmail.com> | 2021-12-21 18:02:15 -0800 |
commit | 764074d764d901065e353d68f1c5d0a78ec3a6c6 (patch) | |
tree | 942d4f3fe2075c1705efa9d6a61c6b69b6f42ea9 /meta/3rd/OpenResty/library/resty.sha.lua | |
parent | 19591ff2f4a05fcadb574c0fc588325e217bd3ff (diff) | |
download | lua-language-server-764074d764d901065e353d68f1c5d0a78ec3a6c6.zip |
chore: update/cleanup resty.string annotations
Diffstat (limited to 'meta/3rd/OpenResty/library/resty.sha.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/resty.sha.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/3rd/OpenResty/library/resty.sha.lua b/meta/3rd/OpenResty/library/resty.sha.lua index 0d5ea45b..716d0bd1 100644 --- a/meta/3rd/OpenResty/library/resty.sha.lua +++ b/meta/3rd/OpenResty/library/resty.sha.lua @@ -1,4 +1,4 @@ ---@meta -resty_sha={} -resty_sha._VERSION="0.11" +local resty_sha={} +resty_sha._VERSION = require("resty.string")._VERSION return resty_sha
\ No newline at end of file |