Skip to content

Commit f726cb2

Browse files
authored
update bevy_ui_render's derive_more dependency (#21080)
# Objective `bevy_ui_render` still uses `derive_more` version `1` when the rest of the crates now use version `2`. Fixes #21074
1 parent 42ffaea commit f726cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ui_render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bevy_text = { path = "../bevy_text", version = "0.17.0-dev" }
3737

3838
# other
3939
bytemuck = { version = "1.5", features = ["derive"] }
40-
derive_more = { version = "1", default-features = false, features = ["from"] }
40+
derive_more = { version = "2", default-features = false, features = ["from"] }
4141
tracing = { version = "0.1", default-features = false, features = ["std"] }
4242

4343
[features]

0 commit comments

Comments
 (0)