aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe/Cargo.toml
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-04-25 16:12:57 +0100
committerEdwin Cheng <[email protected]>2019-04-25 19:03:56 +0100
commitc55a2dbc1de8ba42df57b70f652eb6a0c0bbc9f6 (patch)
tree082cbca15c8af95ea0be73319a9ac00e45ba5cf1 /crates/ra_mbe/Cargo.toml
parent299d97b6d98cec673ff056c188ac45a17febc7d4 (diff)
Fix more bugs
Diffstat (limited to 'crates/ra_mbe/Cargo.toml')
-rw-r--r--crates/ra_mbe/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_mbe/Cargo.toml b/crates/ra_mbe/Cargo.toml
index 1e5ed6907..68f559295 100644
--- a/crates/ra_mbe/Cargo.toml
+++ b/crates/ra_mbe/Cargo.toml
@@ -11,3 +11,4 @@ tt = { path = "../ra_tt", package = "ra_tt" }
11itertools = "0.8.0" 11itertools = "0.8.0"
12rustc-hash = "1.0.0" 12rustc-hash = "1.0.0"
13smallvec = "0.6.9" 13smallvec = "0.6.9"
14log = "0.4.5"