Lua version change to 5.3.5

This commit is contained in:
boubouleuh
2026-01-10 21:09:05 +01:00
parent 6ec4106ec7
commit 3ef816845d

View File

@@ -14,12 +14,17 @@
"openssl", "openssl",
"rapidjson", "rapidjson",
"sol2", "sol2",
"curl" "curl",
"lua"
], ],
"overrides": [ "overrides": [
{ {
"name": "sol2", "name": "sol2",
"version": "3.3.1" "version": "3.3.1"
},
{
"name": "lua",
"version": "5.3.5#6"
} }
], ],
"builtin-baseline": "5bf0c55239da398b8c6f450818c9e28d36bf9966" "builtin-baseline": "5bf0c55239da398b8c6f450818c9e28d36bf9966"