mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Auto merge of #26646 - jdm:parking_lot, r=asajeffrey
Avoid parking_lot bustage with recent rustc nightlies. - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #26644 - [x] There are tests for these changes
This commit is contained in:
commit
f3313739f5
10 changed files with 20 additions and 36 deletions
|
@ -79,7 +79,7 @@ mitochondria = "1.1.2"
|
|||
msg = { path = "../msg" }
|
||||
net_traits = { path = "../net_traits" }
|
||||
num-traits = "0.2"
|
||||
parking_lot = "0.9"
|
||||
parking_lot = "0.10"
|
||||
percent-encoding = "2.0"
|
||||
phf = "0.8"
|
||||
pixels = { path = "../pixels" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue