Преглед на файлове

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