Skip to content

Commit 60caa70

Browse files
committed
Use taffy 0.2.1
1 parent 7a47936 commit 60caa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bevy_window = { path = "../bevy_window", version = "0.9.0" }
3030
bevy_utils = { path = "../bevy_utils", version = "0.9.0" }
3131

3232
# other
33-
taffy = "0.2.0"
33+
taffy = "0.2.1"
3434
serde = { version = "1", features = ["derive"] }
3535
smallvec = { version = "1.6", features = ["union", "const_generics"] }
3636
bytemuck = { version = "1.5", features = ["derive"] }

0 commit comments

Comments
 (0)