Skip to content

Commit 79052a9

Browse files
authored
Merge pull request #12357 from Turbo87/fix-deps
index: Fix `chrono` dependency declaration
1 parent 140116d commit 79052a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ testing = []
1818
[dependencies]
1919
anyhow = "=1.0.100"
2020
base64 = "=0.22.1"
21-
chrono = "=0.4.42"
21+
chrono = { version = "=0.4.42", features = ["serde"] }
2222
crates_io_env_vars = { path = "../crates_io_env_vars" }
2323
git2 = "=0.20.2"
2424
secrecy = "=0.10.3"

0 commit comments

Comments
 (0)