mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01:00
Update uuid.
This commit is contained in:
parent
1a6245828a
commit
489d2e5e49
10 changed files with 90 additions and 126 deletions
|
@ -95,5 +95,5 @@ string_cache = {version = "0.2.11", features = ["heap_size", "unstable"]}
|
|||
time = "0.1.12"
|
||||
unicase = "1.0"
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
uuid = "0.1.16"
|
||||
uuid = { version = "0.2", features = ["v4"] }
|
||||
websocket = "0.16.1"
|
||||
|
|
|
@ -799,7 +799,7 @@ impl Node {
|
|||
}
|
||||
|
||||
pub fn unique_id(&self) -> String {
|
||||
self.unique_id.borrow().to_simple_string()
|
||||
self.unique_id.borrow().simple().to_string()
|
||||
}
|
||||
|
||||
pub fn summarize(&self) -> NodeInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue