Skip to content

Commit

Permalink
Don't see reason to depend on env_logger just for reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushistov committed Jun 15, 2024
1 parent 038b0dc commit 18f1e46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ regex = ["env_filter/regex"]

[dependencies]
env_filter = "0.1.0"
env_logger = "0.11.2"

[dependencies.log]
version = "0.4"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ use std::ptr;
use std::sync::OnceLock;

pub use env_filter::{Builder as FilterBuilder, Filter};
pub use env_logger::fmt::Formatter;

pub(crate) type FormatFn = Box<dyn Fn(&mut dyn fmt::Write, &Record) -> fmt::Result + Sync + Send>;

Expand Down

0 comments on commit 18f1e46

Please sign in to comment.