Skip to content

Commit e506d8e

Browse files
committed
re-arrange dependencies, and don't run exclusive deps in ci by themselves
1 parent 2593117 commit e506d8e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ bevy_bindings = ["bevy_mod_scripting_functions/bevy_bindings"]
3939

4040
# optional
4141
unsafe_lua_modules = ["bevy_mod_scripting_lua?/unsafe_lua_modules"]
42-
mlua_serialize = ["bevy_mod_scripting_lua/mlua_serialize"]
43-
mlua_macros = ["bevy_mod_scripting_lua/mlua_macros"]
44-
mlua_async = ["bevy_mod_scripting_lua/mlua_async"]
42+
mlua_serialize = ["bevy_mod_scripting_lua?/mlua_serialize"]
43+
mlua_macros = ["bevy_mod_scripting_lua?/mlua_macros"]
44+
mlua_async = ["bevy_mod_scripting_lua?/mlua_async"]
4545

4646
## rhai
4747
rhai = ["bevy_mod_scripting_rhai"]

crates/xtask/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,8 @@ impl Xtasks {
12501250
})
12511251
}
12521252

1253+
log::info!("Powerset command combinations: {:?}", output);
1254+
12531255
// also run a all features + each exclusive feature by itself
12541256
for feature in available_features
12551257
.0

0 commit comments

Comments
 (0)