mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Bump xi_unicode to latest version (#33246)
* Bump xi_unicode to latest version Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * dep: update XI_LINE_BREAKING_CLASS_ZWJ constant to 42 This matches the value returned by xi-unicode's linebreak_property for `u200D` codepoint in v0.3.0 of the crate. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
65c2e75379
commit
e8d0f85f52
3 changed files with 6 additions and 6 deletions
|
@ -141,7 +141,7 @@ webrender_traits = { path = "components/shared/webrender" }
|
|||
wgpu-core = { git = "https://github.com/gfx-rs/wgpu", rev = "338678ad5f66b74d1df1daee6afb028f964244b8" }
|
||||
wgpu-types = { git = "https://github.com/gfx-rs/wgpu", rev = "338678ad5f66b74d1df1daee6afb028f964244b8" }
|
||||
windows-sys = "0.59"
|
||||
xi-unicode = "0.1.0"
|
||||
xi-unicode = "0.3.0"
|
||||
xml5ever = "0.19"
|
||||
|
||||
[profile.release]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue