diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-05-29 06:22:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 06:22:16 +0000 |
commit | f1bf481eb8eb79b82510fa2f26d983dc4d7067be (patch) | |
tree | be785ccf7b2152197413a1e323e3035bc4b574d0 /Cargo.lock | |
parent | 2b2b2bfd2a525001f2ce15d64392c930b6321ab2 (diff) | |
download | alacritty-f1bf481eb8eb79b82510fa2f26d983dc4d7067be.tar.gz alacritty-f1bf481eb8eb79b82510fa2f26d983dc4d7067be.zip |
Remove env_logger depedency
The env logger has been broken for over a year and is not used by anyone
as far as I know. This removes this option entirely in favor of
Alacritty's built-in logger level selection flags.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ dependencies = [ "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "embed-resource 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "font 0.1.0", "gl_generator 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |