Add serde feature to time crate

This commit is contained in:
2024-02-16 14:18:29 -05:00
parent bd7b1ebd1a
commit 69eb1e866a
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -837,6 +837,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc"
dependencies = [
"powerfmt",
"serde",
]
[[package]]