Skip to content

Commit

Permalink
bump env_logger 0.6.2 => 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mephistophiles committed Dec 13, 2020
1 parent c80f3d2 commit de4ca86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
17 changes: 4 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy_static = "1.3.0"
shlex = "0.1.1"
unicode-width = "0.1.4"
log = "0.4.6"
env_logger = "0.6.1"
env_logger = "0.8.2"
time = "0.2.23"
clap = "2.26.2"
tuikit = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const DEFAULT_HISTORY_SIZE: usize = 1000;

//------------------------------------------------------------------------------
fn main() {
env_logger::builder().default_format_timestamp_nanos(true).init();
env_logger::builder().format_timestamp_nanos().init();

match real_main() {
Ok(exit_code) => std::process::exit(exit_code),
Expand Down

0 comments on commit de4ca86

Please sign in to comment.