From 6d4909c983c8a0e2c7384bac8055c628aa524ea2 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 10 Nov 2021 23:57:04 +1100 Subject: [PATCH] Lua 5.4 is now supported --- README.md | 2 +- ldbus-scm-0.rockspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc6d452..276fdd7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ldbus is a C binding to dbus for Lua. -Compatible with Lua 5.1, 5.2 and 5.3 (thanks [compat-5.3](https://github.com/keplerproject/lua-compat-5.3)). +Compatible with Lua 5.1, 5.2, 5.3 and 5.4 (thanks [compat-5.3](https://github.com/keplerproject/lua-compat-5.3)). # Status diff --git a/ldbus-scm-0.rockspec b/ldbus-scm-0.rockspec index 3a5018d..da1c7b3 100644 --- a/ldbus-scm-0.rockspec +++ b/ldbus-scm-0.rockspec @@ -12,7 +12,7 @@ description = { } dependencies = { - "lua >= 5.1, < 5.4"; + "lua >= 5.1, < 5.5"; } external_dependencies = {