From 0909711c7d59e1cd641dcf361a4582302372c47a Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Fri, 11 Oct 2024 01:02:21 +0100 Subject: [PATCH] Upgrade to Taffy 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd401323..f7b57dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ dioxus = { git = "https://github.com/dioxuslabs/dioxus", rev = "9ffd4b816b8ce291 dioxus-ssr = { git = "https://github.com/dioxuslabs/dioxus", rev = "9ffd4b816b8ce291b6ca66cb5c871e107a964f6b" } dioxus-cli-config = { git = "https://github.com/dioxuslabs/dioxus", rev = "9ffd4b816b8ce291b6ca66cb5c871e107a964f6b" } dioxus-devtools = { git = "https://github.com/dioxuslabs/dioxus", rev = "9ffd4b816b8ce291b6ca66cb5c871e107a964f6b" } -taffy = { git = "https://github.com/dioxuslabs/taffy", rev = "950a0eb1322f15e5d1083f4793b55d52061718de" } +taffy = { version = "0.6" } # Linebender dependencies peniko = { version = "0.2" }