We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a500ada commit 5bbcac5Copy full SHA for 5bbcac5
1 file changed
layout/Cargo.toml
@@ -47,7 +47,7 @@ thiserror = { version = "2.0.17", default-features = false }
47
hyphenation = { version = "0.8.4", default-features = false, features = ["embed_all"], optional = true }
48
unicode-segmentation = { version = "1.12.0", default-features = false, optional = true }
49
unicode-normalization = { version = "0.1.24", default-features = false, optional = true }
50
-allsorts = { path = "../../allsorts", default-features = false, features = ["flate2_rust"], optional = true }
+allsorts = { version = "0.16.1", default-features = false, features = ["flate2_rust"], optional = true }
51
lru = { version = "0.16.1", default-features = false }
52
taffy = { version = "0.9.1", default-features = false, features = ["std", "flexbox", "grid", "alloc", "taffy_tree", "block_layout", "calc", "content_size", "detailed_layout_info"] }
53
base64 = "0.22.1"
0 commit comments