Skip to content

Commit

Permalink
Make env_logger dependency public
Browse files Browse the repository at this point in the history
  • Loading branch information
Systemcluster authored and seanmonstar committed Nov 11, 2019
1 parent 8ddffae commit 76d9fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//! }
//! ```
extern crate env_logger;
pub extern crate env_logger;
extern crate log;
extern crate chrono;

Expand Down

0 comments on commit 76d9fc7

Please sign in to comment.