Skip to content

Commit 78a4ab7

Browse files
authored
feat: bump bevy to 0.15.3 (#401)
# Summary Long overdue, bumps bevy to 0.15.3 before 0.16 comes out
1 parent 378ea84 commit 78a4ab7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bevy_mod_scripting_derive = { workspace = true }
6767

6868
[workspace.dependencies]
6969
profiling = { version = "1.0" }
70-
bevy = { version = "0.15.2", default-features = false }
70+
bevy = { version = "0.15.3", default-features = false }
7171
bevy_mod_scripting_core = { path = "crates/bevy_mod_scripting_core", version = "0.11.0" }
7272
bevy_mod_scripting_functions = { path = "crates/bevy_mod_scripting_functions", version = "0.11.0", default-features = false }
7373
bevy_mod_scripting_derive = { path = "crates/bevy_mod_scripting_derive", version = "0.11.0" }

crates/bevy_api_gen/Cargo.bootstrap.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
bevy_mod_scripting_core = { path = "{{BMS_CORE_PATH}}" }
9-
bevy_reflect = { version = "0.15.2", features = [
9+
bevy_reflect = { version = "0.15.3", features = [
1010
"bevy",
1111
"glam",
1212
"petgraph",

crates/ladfile_builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "readme.md"
1616
bevy_mod_scripting_core = { workspace = true }
1717
# I don't think bevy has a top level feature for this :C
1818
bevy = { workspace = true }
19-
bevy_reflect = { version = "0.15.2", features = ["documentation"] }
19+
bevy_reflect = { version = "0.15.3", features = ["documentation"] }
2020
ladfile = { version = "0.5.0", path = "../ladfile" }
2121
regex = "1.11"
2222

0 commit comments

Comments
 (0)