1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2025-10-27 09:59:29 +00:00

Fix unpack/table.unpack rename in 5.3/5.4

This commit is contained in:
Étienne Fildadut 2020-08-28 23:41:33 +02:00
parent cecb2aea03
commit c8c35e93a8
2 changed files with 228 additions and 225 deletions

View file

@ -11,6 +11,8 @@
#import("candran.can-parser.pp")
#import("candran.can-parser.parser")
local unpack = unpack or table.unpack
local candran = {
VERSION = "0.13.0"
}