소스 검색

Merge pull request #42 from Nekrolm/patch-1

Try to fix accidentally disabled default timestamps feature
Sam Clements 3 년 전
부모
커밋
ee33b656e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -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"]