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
+1-3
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ ignore = "0.4.23"
59
59
im-rc = "15.1.0"
60
60
indexmap = "2.7.1"
61
61
itertools = "0.14.0"
62
-
jiff = { version = "0.2.3", default-features = false, features = [ "std" ] }
62
+
jiff = { version = "0.2.3", default-features = false, features = [ "std", "serde" ] }
63
63
jobserver = "0.1.32"
64
64
lazycell = "1.3.0"
65
65
libc = "0.2.169"
@@ -102,7 +102,6 @@ snapbox = { version = "0.6.21", features = ["diff", "dir", "term-svg", "regex",
102
102
tar = { version = "0.4.43", default-features = false }
103
103
tempfile = "3.16.0"
104
104
thiserror = "2.0.11"
105
-
time = { version = "0.3.37", features = ["parsing", "formatting", "serde"] }
106
105
toml = "0.8.20"
107
106
toml_edit = { version = "0.22.23", features = ["serde"] }
108
107
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