Skip to content

Commit

Permalink
Upgrade Taffy requirement to v0.3.5 (#7959)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Mar 7, 2023
1 parent cc37b59 commit 872a609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bevy_window = { path = "../bevy_window", version = "0.11.0-dev" }
bevy_utils = { path = "../bevy_utils", version = "0.11.0-dev" }

# other
taffy = { version = "0.3.4", default-features = false, features = ["std"] }
taffy = { version = "0.3.5", default-features = false, features = ["std"] }
serde = { version = "1", features = ["derive"] }
smallvec = { version = "1.6", features = ["union", "const_generics"] }
bytemuck = { version = "1.5", features = ["derive"] }
Expand Down

0 comments on commit 872a609

Please sign in to comment.