diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/type_check.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/type_check.lua b/src/luarocks/type_check.lua index 65b4fc15..83091a29 100644 --- a/src/luarocks/type_check.lua +++ b/src/luarocks/type_check.lua | |||
@@ -8,7 +8,7 @@ package.loaded["luarocks.type_check"] = type_check | |||
8 | local cfg = require("luarocks.cfg") | 8 | local cfg = require("luarocks.cfg") |
9 | local deps = require("luarocks.deps") | 9 | local deps = require("luarocks.deps") |
10 | 10 | ||
11 | type_check.rockspec_format = "1.1" | 11 | type_check.rockspec_format = "3.0" |
12 | 12 | ||
13 | local string_1 = { _type = "string" } | 13 | local string_1 = { _type = "string" } |
14 | local number_1 = { _type = "number" } | 14 | local number_1 = { _type = "number" } |