Explorar o código

Merge pull request #42 from Nekrolm/patch-1

Try to fix accidentally disabled default timestamps feature
Sam Clements %!s(int64=3) %!d(string=hai) anos
pai
achega
ee33b656e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]