Skip to content

Commit

Permalink
Disable chrono default features
Browse files Browse the repository at this point in the history
This removes outdated time crate from dependency tree
  • Loading branch information
silverpill committed Dec 3, 2022
1 parent dc28805 commit dc5940a
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 @@ -12,7 +12,7 @@ description = "RPC client for Monero daemon and wallet"

[dependencies]
anyhow = "1"
chrono = { version = "0.4", features = ["serde"] }
chrono = { version = "0.4", default-features = false, features = ["serde"] }
fixed-hash = "0.8"
hex = "0.4"
http = "0.2"
Expand Down

0 comments on commit dc5940a

Please sign in to comment.