Skip to content

Commit

Permalink
chore: disable oldtime feature of chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Aug 6, 2023
1 parent 900e476 commit e6b3e8d
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 e6b3e8d

Please sign in to comment.