worker_id type changed to uuid

Fixes #6631
`worker_id` is now generate as uuid and saved as string.
This commit is contained in:
Kunal Mohan 2019-12-08 18:24:44 +05:30
parent 03a47c803c
commit 5c56e661ca
No known key found for this signature in database
GPG key ID: 2B475A4524237BAC
5 changed files with 11 additions and 10 deletions

View file

@ -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"}