Remove log dependency from ra_cli
This commit is contained in:
parent
1793abf4fd
commit
3fe539ce51
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -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",
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user