Skip to content

Commit

Permalink
chore: disable oldtime feature of chrono (#2793)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored Aug 6, 2023
1 parent d74df94 commit 20d8023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ cacache = { version = "11.6", default-features = false, features = [
"tokio-runtime",
"mmap",
], optional = true }
chrono = "0.4.26"
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
dashmap = { version = "5.4", optional = true }
dirs = { version = "5.0.1", optional = true }
etcd-client = { version = "0.11", optional = true, features = ["tls"] }
Expand Down

0 comments on commit 20d8023

Please sign in to comment.