mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
Replace time with std::time in components/metrics & components/shared (#31020)
This commit is contained in:
parent
e3e0d8f2c4
commit
92196d985d
8 changed files with 53 additions and 27 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3644,7 +3644,6 @@ dependencies = [
|
|||
"script_traits",
|
||||
"servo_config",
|
||||
"servo_url",
|
||||
"time 0.1.45",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3928,7 +3927,6 @@ dependencies = [
|
|||
"servo_arc",
|
||||
"servo_rand",
|
||||
"servo_url",
|
||||
"time 0.1.45",
|
||||
"url",
|
||||
"uuid",
|
||||
"webrender_api",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue