You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+2-2
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ ignore = "0.4.23"
60
60
im-rc = "15.1.0"
61
61
indexmap = "2.7.1"
62
62
itertools = "0.14.0"
63
+
jiff = { version = "0.2.3", default-features = false, features = [ "std", "serde" ] }
63
64
jobserver = "0.1.32"
64
65
lazycell = "1.3.0"
65
66
libc = "0.2.169"
@@ -102,7 +103,6 @@ snapbox = { version = "0.6.21", features = ["diff", "dir", "term-svg", "regex",
102
103
tar = { version = "0.4.43", default-features = false }
103
104
tempfile = "3.16.0"
104
105
thiserror = "2.0.11"
105
-
time = { version = "0.3.37", features = ["parsing", "formatting", "serde"] }
106
106
toml = "0.8.20"
107
107
toml_edit = { version = "0.22.23", features = ["serde"] }
108
108
tracing = { version = "0.1.41", default-features = false, features = ["std"] } # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
0 commit comments