Skip to content

Commit d61b465

Browse files
fix(deps): update rust crate bevy to 0.18
1 parent d45ff39 commit d61b465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clippy.nursery = "warn"
2121

2222
[dependencies]
2323
ansi_term = { version = "0.12", optional = true }
24-
bevy = { version = "0.17", default-features = false, optional = true }
24+
bevy = { version = "0.18", default-features = false, optional = true }
2525
css-colors = { version = "1.0", optional = true }
2626
iced = { version = "0.13.1", optional = true }
2727
ratatui-core = { version = "0.1.0", optional = true }

0 commit comments

Comments
 (0)