Skip to content

Commit

Permalink
Merge pull request #37 from orhun/chore/disable_chrono_features
Browse files Browse the repository at this point in the history
Disable default features of `chrono`
  • Loading branch information
gin66 committed Apr 24, 2023
2 parents 026ab9e + 0ab6eaf commit 88aa7cc
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 @@ -15,7 +15,7 @@ travis-ci = { repository = "gin66/tui-logger" }

[dependencies]
log = "0.4"
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
tui = { version = "0.19", default-features = false, package = "tui", optional = true }
ratatui = { version = "0.20", default-features = false, package = "ratatui", optional = true }
tracing = {version = "0.1.37", optional = true}
Expand Down

0 comments on commit 88aa7cc

Please sign in to comment.