Skip to content

Commit

Permalink
build: disable oldtime feature of chrono (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored Aug 7, 2023
1 parent 597e57b commit cfba9e5
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 @@ -22,7 +22,7 @@ nom = { version="^7.1.3", default-features=false, features=["alloc"] }
prost = "^0.11.9"
prost-derive = "^0.11.9"
rand = "^0.8.5"
chrono = "^0.4.26"
chrono = { version = "^0.4.26", default-features = false, features = ["clock", "std"] }
futures-timer = "^3.0.2"
log = "^0.4.19"
url = "^2.4.0"
Expand Down

0 comments on commit cfba9e5

Please sign in to comment.