Skip to content

Commit cabb723

Browse files
authored
fix: lua54 feature being forced (#413)
# Summary This was me fat-fingering commits
1 parent 9423215 commit cabb723

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/bevy_mod_scripting_core/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ mlua_impls = ["mlua"]
2525
rhai_impls = ["rhai"]
2626

2727
[dependencies]
28-
mlua = { version = "0.10", default-features = false, optional = true, features = [
29-
"lua54",
30-
] }
28+
mlua = { version = "0.10", default-features = false, optional = true }
3129
rhai = { version = "1.21", default-features = false, features = [
3230
"sync",
3331
], optional = true }

0 commit comments

Comments
 (0)