Skip to content

Commit

Permalink
Activate chrono's "clock" feature
Browse files Browse the repository at this point in the history
This is required for "Utc::now".  I'm not sure why CI was passing
before.  Maybe some other dependency used to activate it, but doesn't
anymore?
  • Loading branch information
asomers committed Aug 15, 2023
1 parent 98888c7 commit e937cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ members = [
async-trait = "0.1.68"
bitflags = "1.3.2"
bytes = "1.4.0"
chrono = { version = "0.4.26", default-features = false, features = ["std"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
derive_more = { version = "0.99.17", features = ["display"] }
futures-util = { version = "0.3.28", default-features = false, features = ["alloc", "sink"] }
getrandom = "0.2.9"
Expand Down

0 comments on commit e937cca

Please sign in to comment.