WorkerId changed to type UUID.

This commit is contained in:
Kunal Mohan 2019-12-09 23:42:00 +05:30
parent 5c56e661ca
commit d5475fbc9f
No known key found for this signature in database
GPG key ID: 2B475A4524237BAC
9 changed files with 19 additions and 18 deletions

2
Cargo.lock generated
View file

@ -1146,6 +1146,7 @@ dependencies = [
"serde",
"servo_url",
"time",
"uuid",
]
[[package]]
@ -3142,6 +3143,7 @@ dependencies = [
"thin-slice",
"time",
"url",
"uuid",
"void",
"webrender_api",
"xml5ever",