Bump time to latest v0.1.x version.

This commit is contained in:
teymour-aldridge 2021-06-25 17:19:14 +01:00
parent 9d1af2ac7b
commit 5b2cd844d7
No known key found for this signature in database
GPG key ID: 00D1DE4A3693A341
11 changed files with 13 additions and 14 deletions

View file

@ -28,6 +28,6 @@ serde_bytes = "0.11"
servo_config = { path = "../config" }
sparkle = "0.1"
style = { path = "../style" }
time = { version = "0.1.0", optional = true }
time = { version = "0.1.41", optional = true }
webrender_api = { git = "https://github.com/servo/webrender" }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }