mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
style: Update style to uluru 3.0
Differential Revision: https://phabricator.services.mozilla.com/D147477
This commit is contained in:
parent
036b067d65
commit
56551bec58
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6702,9 +6702,9 @@ checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
|||
|
||||
[[package]]
|
||||
name = "uluru"
|
||||
version = "2.2.0"
|
||||
version = "3.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "308dcc9d947b227796f851adb99936fb060681a89c002c9c1928404a3b6c2d72"
|
||||
checksum = "794a32261a1f5eb6a4462c81b59cec87b5c27d5deea7dd1ac8fc781c41d226db"
|
||||
dependencies = [
|
||||
"arrayvec 0.7.1",
|
||||
]
|
||||
|
|
|
@ -69,7 +69,7 @@ style_traits = { path = "../style_traits" }
|
|||
time = "0.1"
|
||||
to_shmem = { path = "../to_shmem" }
|
||||
to_shmem_derive = { path = "../to_shmem_derive" }
|
||||
uluru = "2"
|
||||
uluru = "3.0"
|
||||
unicode-bidi = "0.3"
|
||||
unicode-segmentation = "1.0"
|
||||
void = "1.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue