mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
worker_id
type changed to uuid
Fixes #6631 `worker_id` is now generate as uuid and saved as string.
This commit is contained in:
parent
03a47c803c
commit
5c56e661ca
5 changed files with 11 additions and 10 deletions
|
@ -110,7 +110,7 @@ time = "0.1.12"
|
|||
unicode-segmentation = "1.1.0"
|
||||
url = "2.0"
|
||||
utf-8 = "0.7"
|
||||
uuid = {version = "0.8", features = ["v4"]}
|
||||
uuid = {version = "0.8", features = ["v4", "serde"]}
|
||||
xml5ever = "0.16"
|
||||
webdriver = "0.40"
|
||||
webgpu = {path = "../webgpu"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue