Skip to content

Commit

Permalink
Merge pull request #110 from tnull/2023-08-no-chrono-default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Aug 7, 2023
2 parents b7daadc + 8af0fe6 commit 007c06b
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 @@ -23,7 +23,7 @@ bech32 = "0.8"
hex = "0.3"
libc = "0.2"

chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
rand = "0.4"
serde_json = { version = "1.0" }
tokio = { version = "1", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
Expand Down

0 comments on commit 007c06b

Please sign in to comment.