|
1 |
| -[lua54_coverage] |
| 1 | +[lua54] |
2 | 2 | features = "lua54,vendored,async,send,serialize,macros,anyhow,userdata-wrappers"
|
3 | 3 |
|
4 |
| -[lua54_with_memory_limit_coverage] |
5 |
| -features = "lua54,vendored,async,send,serialize,macros" |
| 4 | +[lua54_non_send] |
| 5 | +features = "lua54,vendored,async,serialize,macros,anyhow,userdata-wrappers" |
| 6 | + |
| 7 | +[lua54_with_memory_limit] |
| 8 | +features = "lua54,vendored,async,send,serialize,macros,anyhow,userdata-wrappers" |
6 | 9 | rustflags = "--cfg force_memory_limit"
|
7 | 10 |
|
8 |
| -[lua51_coverage] |
| 11 | +[lua51] |
9 | 12 | features = "lua51,vendored,async,send,serialize,macros"
|
10 | 13 |
|
11 |
| -[lua51_with_memory_limit_coverage] |
| 14 | +[lua51_with_memory_limit] |
12 | 15 | features = "lua51,vendored,async,send,serialize,macros"
|
13 | 16 | rustflags = "--cfg force_memory_limit"
|
14 | 17 |
|
15 |
| -[luau_coverage] |
| 18 | +[luau] |
16 | 19 | features = "luau,async,send,serialize,macros"
|
17 | 20 |
|
18 |
| -[luau_with_memory_limit_coverage] |
| 21 | +[luau_with_memory_limit] |
19 | 22 | features = "luau,async,send,serialize,macros"
|
20 | 23 | rustflags = "--cfg force_memory_limit"
|
0 commit comments