Skip to content

Commit

Permalink
Merge pull request #42 from Nekrolm/patch-1
Browse files Browse the repository at this point in the history
Try to fix accidentally disabled default timestamps feature
  • Loading branch information
borntyping committed Dec 10, 2021
2 parents 2a6e21a + 4dda64b commit ee33b65
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 @@ -8,7 +8,7 @@ repository = "https://github.com/borntyping/rust-simple_logger"
edition = "2018"

[features]
default = ["colored", "time"]
default = ["colored", "timestamps"]
colors = ["colored"]
threads = []
timestamps = ["time"]
Expand Down

0 comments on commit ee33b65

Please sign in to comment.