Skip to content

Commit 6470d81

Browse files
updated rockspec and to simdjson 4.2.4
1 parent c6ab63f commit 6470d81

4 files changed

Lines changed: 207 additions & 119 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package="lua-simdjson"
2-
version="0.0.8-1"
2+
version="0.0.9-1"
33
source = {
44
url = "git://github.com/FourierTransformer/lua-simdjson",
5-
tag = "0.0.8"
5+
tag = "0.0.9"
66
}
77
description = {
88
summary = "This is a simple Lua binding for simdjson",

src/luasimdjson.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "luasimdjson.h"
1616

1717
#define LUA_SIMDJSON_NAME "simdjson"
18-
#define LUA_SIMDJSON_VERSION "0.0.8"
18+
#define LUA_SIMDJSON_VERSION "0.0.9"
1919

2020
using namespace simdjson;
2121

src/simdjson.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2025-12-12 17:50:52 -0500. version 4.2.3 Do not edit! */
1+
/* auto-generated on 2025-12-17 20:32:36 -0500. version 4.2.4 Do not edit! */
22
/* including simdjson.cpp: */
33
/* begin file simdjson.cpp */
44
#define SIMDJSON_SRC_SIMDJSON_CPP

0 commit comments

Comments
 (0)