Skip to content

Commit

Permalink
Update to mlua 10.0
Browse files Browse the repository at this point in the history
Update other dependencies
Remove rlua (deprecated in favor to mlua)
Small code cleanups
Fix tests
  • Loading branch information
jj136975 committed Nov 1, 2024
1 parent b7efb60 commit 2a3dd23
Show file tree
Hide file tree
Showing 93 changed files with 1,090 additions and 6,352 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- "cargo test --features mlua,mlua_vendored,mlua_lua54,mlua_async,mlua_send"
- "cargo test --features mlua,mlua_vendored,mlua_lua53,mlua_async --no-run"
- "cargo test --features mlua,mlua_vendored,mlua_lua54,mlua_async --no-run"
- "cargo test --features rlua,rlua_builtin-lua54"
- "cargo test --features rlua,rlua_builtin-lua53"
steps:
- uses: actions/checkout@master
- uses: hecrj/[email protected]
Expand All @@ -52,8 +50,6 @@ jobs:
- "cargo clippy --features mlua,mlua_vendored,mlua_lua54,mlua_async,mlua_send -- -D warnings"
- "cargo clippy --features mlua,mlua_vendored,mlua_lua53,mlua_async,mlua_send -- -D warnings"
- "cargo clippy --features mlua,mlua_vendored,mlua_luau,mlua_async,mlua_send -- -D warnings"
- "cargo clippy --features rlua,rlua_builtin-lua54 -- -D warnings"
- "cargo clippy --features rlua,rlua_builtin-lua53 -- -D warnings"
steps:
- uses: hecrj/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"metamethod",
"mlua",
"multivalue",
"rlua",
"str's",
"struct",
"tealr",
Expand Down
Loading

0 comments on commit 2a3dd23

Please sign in to comment.