-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update other dependencies Remove rlua (deprecated in favor to mlua) Small code cleanups Fix tests
- Loading branch information
Showing
93 changed files
with
1,090 additions
and
6,352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
"metamethod", | ||
"mlua", | ||
"multivalue", | ||
"rlua", | ||
"str's", | ||
"struct", | ||
"tealr", | ||
|
Oops, something went wrong.