File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ path = "src/lib.rs"
20
20
features = [" lua54" ]
21
21
22
22
[features ]
23
- default = [" core_functions" , " bevy_bindings" , " unsafe_lua_modules " ]
23
+ default = [" core_functions" , " bevy_bindings" ]
24
24
25
25
# # lua
26
- lua = [" bevy_mod_scripting_lua" ]
26
+ lua = [" bevy_mod_scripting_lua" , " unsafe_lua_modules " ]
27
27
# one of these must be selected
28
28
lua51 = [" bevy_mod_scripting_lua/lua51" , " lua" ]
29
29
lua52 = [" bevy_mod_scripting_lua/lua52" , " lua" ]
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ enum Xtasks {
398
398
package : Option < String > ,
399
399
400
400
/// Run tests without coverage
401
- #[ clap( long, short = "nc" ) ]
401
+ #[ clap( long) ]
402
402
no_coverage : bool ,
403
403
} ,
404
404
/// Perform a full check as it would be done in CI, except not parallelised
You can’t perform that action at this time.
0 commit comments