From 206f4b72e839b799c4f6f901dc47a8ddf117a14e Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 3 Jan 2025 14:53:10 +0300 Subject: [PATCH] fix(deps): Bump luautf8 dependency to restore building against latest LuaJIT c.f. https://github.com/starwing/luautf8/pull/55 --- sile.rockspec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sile.rockspec.in b/sile.rockspec.in index e82459dd0..e50c7e493 100644 --- a/sile.rockspec.in +++ b/sile.rockspec.in @@ -41,7 +41,7 @@ dependencies = { "luarepl == 0.10-1", "luasec == 1.3.2-1", "luasocket == 3.1.0-1", - "luautf8 == 0.1.5-2", + "luautf8 == 0.1.6-1", "penlight == 1.14.0-2", "vstruct == 2.1.1-1", }