Remove log dependency from ra_cli

This commit is contained in:
Alexander Ekdahl 2019-11-29 19:40:59 -05:00
parent 1793abf4fd
commit 3fe539ce51
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -910,7 +910,6 @@ name = "ra_cli"
version = "0.1.0"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ra_batch 0.1.0",
"ra_db 0.1.0",

View file

@ -7,7 +7,6 @@ publish = false
[dependencies]
pico-args = "0.3.0"
log = "0.4"
env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] }
ra_syntax = { path = "../ra_syntax" }