11[package ]
22name = " bevy_mod_scripting"
3- version = " 0.9.7 "
3+ version = " 0.9.8 "
44authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
@@ -53,18 +53,18 @@ rhai = ["bevy_mod_scripting_rhai"]
5353[dependencies ]
5454bevy = { workspace = true }
5555bevy_mod_scripting_core = { workspace = true }
56- bevy_mod_scripting_lua = { path = " crates/languages/bevy_mod_scripting_lua" , version = " 0.9.7 " , optional = true }
57- bevy_mod_scripting_rhai = { path = " crates/languages/bevy_mod_scripting_rhai" , version = " 0.9.7 " , optional = true }
56+ bevy_mod_scripting_lua = { path = " crates/languages/bevy_mod_scripting_lua" , version = " 0.9.8 " , optional = true }
57+ bevy_mod_scripting_rhai = { path = " crates/languages/bevy_mod_scripting_rhai" , version = " 0.9.8 " , optional = true }
5858# bevy_mod_scripting_rune = { path = "crates/languages/bevy_mod_scripting_rune", version = "0.9.0-alpha.2", optional = true }
5959bevy_mod_scripting_functions = { workspace = true }
6060bevy_mod_scripting_derive = { workspace = true }
6161
6262[workspace .dependencies ]
6363profiling = { version = " 1.0" }
6464bevy = { version = " 0.15.2" , default-features = false }
65- bevy_mod_scripting_core = { path = " crates/bevy_mod_scripting_core" , version = " 0.9.7 " }
66- bevy_mod_scripting_functions = { path = " crates/bevy_mod_scripting_functions" , version = " 0.9.7 " , default-features = false }
67- bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.9.7 " }
65+ bevy_mod_scripting_core = { path = " crates/bevy_mod_scripting_core" , version = " 0.9.8 " }
66+ bevy_mod_scripting_functions = { path = " crates/bevy_mod_scripting_functions" , version = " 0.9.8 " , default-features = false }
67+ bevy_mod_scripting_derive = { path = " crates/bevy_mod_scripting_derive" , version = " 0.9.8 " }
6868
6969# test utilities
7070script_integration_test_harness = { path = " crates/testing_crates/script_integration_test_harness" }
@@ -77,7 +77,7 @@ rand = "0.8.5"
7777bevy_console = " 0.13"
7878# rhai-rand = "0.1"
7979ansi-parser = " 0.9"
80- ladfile_builder = { path = " crates/ladfile_builder" , version = " 0.2.1 " }
80+ ladfile_builder = { path = " crates/ladfile_builder" , version = " 0.2.2 " }
8181
8282[workspace ]
8383members = [
0 commit comments