This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 22dae91028 ci: Try fix opendal-lua build (#4952)
22dae91028 is described below
commit 22dae9102806ea0283070f4f2cf39abd8b187a4c
Author: Xuanwo <[email protected]>
AuthorDate: Thu Aug 1 20:51:00 2024 +0800
ci: Try fix opendal-lua build (#4952)
Signed-off-by: Xuanwo <[email protected]>
---
bindings/lua/opendal-0.1.3-1.rockspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/lua/opendal-0.1.3-1.rockspec
b/bindings/lua/opendal-0.1.3-1.rockspec
index e33f53f4cb..d688ee0db0 100644
--- a/bindings/lua/opendal-0.1.3-1.rockspec
+++ b/bindings/lua/opendal-0.1.3-1.rockspec
@@ -16,7 +16,7 @@ description = {
dependencies = {
"lua >= 5.1",
- "luarocks-build-rust-mlua",
+ "luarocks-build-rust-mlua = 0.2.0",
}
build = {