Skip to content

Commit 5ef1f24

Browse files
committed
Use vendored mlua on docs.rs.
We want it to compile despite lack of system Lua.
1 parent 3fca5fc commit 5ef1f24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ lua53 = ["mlua/lua53"]
3434
lua54 = ["mlua/lua54"]
3535
module = ["mlua/module"]
3636

37-
[workspace]
37+
[package.metadata.docs.rs]
38+
# Use vendored mlua on docs.rs, because we want it to compile ;)
39+
features = ["mlua/vendored"]

0 commit comments

Comments
 (0)