Skip to content

Commit 2a6445c

Browse files
Update taffy requirement from 0.7 to 0.8
Updates the requirements on [taffy](https://github.com/DioxusLabs/taffy) to permit the latest version. - [Release notes](https://github.com/DioxusLabs/taffy/releases) - [Changelog](https://github.com/DioxusLabs/taffy/blob/main/CHANGELOG.md) - [Commits](DioxusLabs/taffy@v0.7.0...v0.8.3) --- updated-dependencies: - dependency-name: taffy dependency-version: 0.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e281008 commit 2a6445c

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
@@ -33,7 +33,7 @@ bevy_platform = { path = "../bevy_platform", version = "0.17.0-dev", default-fea
3333
] }
3434

3535
# other
36-
taffy = { version = "0.7" }
36+
taffy = { version = "0.8" }
3737
serde = { version = "1", features = ["derive"], optional = true }
3838
uuid = { version = "1.1", features = ["v4"], optional = true }
3939
thiserror = { version = "2", default-features = false }

0 commit comments

Comments
 (0)