aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--crates/ra_cli/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6d4d80a9d..83e41940b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -910,7 +910,6 @@ name = "ra_cli"
910version = "0.1.0" 910version = "0.1.0"
911dependencies = [ 911dependencies = [
912 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", 912 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
913 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
914 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", 913 "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
915 "ra_batch 0.1.0", 914 "ra_batch 0.1.0",
916 "ra_db 0.1.0", 915 "ra_db 0.1.0",
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml
index f63f40c99..21a37c7bf 100644
--- a/crates/ra_cli/Cargo.toml
+++ b/crates/ra_cli/Cargo.toml
@@ -7,7 +7,6 @@ publish = false
7 7
8[dependencies] 8[dependencies]
9pico-args = "0.3.0" 9pico-args = "0.3.0"
10log = "0.4"
11env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] } 10env_logger = { version = "0.7.1", default-features = false, features = ["humantime"] }
12 11
13ra_syntax = { path = "../ra_syntax" } 12ra_syntax = { path = "../ra_syntax" }