mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Replace time with std::time in components/devtools (#30927)
Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
d0998a771a
commit
65cbc95d38
7 changed files with 41 additions and 22 deletions
|
@ -11,6 +11,7 @@ name = "devtools"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
crossbeam-channel = { workspace = true }
|
||||
devtools_traits = { workspace = true }
|
||||
embedder_traits = { workspace = true }
|
||||
|
@ -24,5 +25,4 @@ serde_json = { workspace = true }
|
|||
servo_config = { path = "../config" }
|
||||
servo_rand = { path = "../rand" }
|
||||
servo_url = { path = "../url" }
|
||||
time = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue