|
1 | 1 | [package]
|
2 | 2 | name = "bevy_mod_scripting"
|
3 |
| -version = "0.9.2" |
| 3 | +version = "0.9.3" |
4 | 4 | authors = [ "Maksymilian Mozolewski <[email protected]>"]
|
5 | 5 | edition = "2021"
|
6 | 6 | license = "MIT OR Apache-2.0"
|
@@ -53,15 +53,15 @@ rhai = ["bevy_mod_scripting_rhai"]
|
53 | 53 | [dependencies]
|
54 | 54 | bevy = { workspace = true }
|
55 | 55 | bevy_mod_scripting_core = { workspace = true }
|
56 |
| -bevy_mod_scripting_lua = { path = "crates/languages/bevy_mod_scripting_lua", version = "0.9.2", optional = true } |
57 |
| -bevy_mod_scripting_rhai = { path = "crates/languages/bevy_mod_scripting_rhai", version = "0.9.2", optional = true } |
| 56 | +bevy_mod_scripting_lua = { path = "crates/languages/bevy_mod_scripting_lua", version = "0.9.3", optional = true } |
| 57 | +bevy_mod_scripting_rhai = { path = "crates/languages/bevy_mod_scripting_rhai", version = "0.9.3", optional = true } |
58 | 58 | # bevy_mod_scripting_rune = { path = "crates/languages/bevy_mod_scripting_rune", version = "0.9.0-alpha.2", optional = true }
|
59 | 59 | bevy_mod_scripting_functions = { workspace = true }
|
60 | 60 | [workspace.dependencies]
|
61 | 61 | profiling = { version = "1.0" }
|
62 | 62 | bevy = { version = "0.15.1", default-features = false }
|
63 |
| -bevy_mod_scripting_core = { path = "crates/bevy_mod_scripting_core", version = "0.9.2" } |
64 |
| -bevy_mod_scripting_functions = { path = "crates/bevy_mod_scripting_functions", version = "0.9.2", default-features = false } |
| 63 | +bevy_mod_scripting_core = { path = "crates/bevy_mod_scripting_core", version = "0.9.3" } |
| 64 | +bevy_mod_scripting_functions = { path = "crates/bevy_mod_scripting_functions", version = "0.9.3", default-features = false } |
65 | 65 |
|
66 | 66 | # test utilities
|
67 | 67 | script_integration_test_harness = { path = "crates/script_integration_test_harness" }
|
|
0 commit comments