aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/Cargo.toml
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2020-10-21 13:17:00 +0100
committerLukas Wirth <[email protected]>2020-10-22 08:51:11 +0100
commitd86863aeb404b042a3ba1a60d5d961f392b8cb64 (patch)
treeacb92c7fe095120b149beaf1843512d337e7abc3 /crates/ide/Cargo.toml
parentcc63f153f07af0d494f6bdfba9291e821a839807 (diff)
Rewrite algo::diff to support insertion and deletion
Diffstat (limited to 'crates/ide/Cargo.toml')
-rw-r--r--crates/ide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml
index 63299dc31..76b52fa04 100644
--- a/crates/ide/Cargo.toml
+++ b/crates/ide/Cargo.toml
@@ -11,7 +11,7 @@ doctest = false
11 11
12[dependencies] 12[dependencies]
13either = "1.5.3" 13either = "1.5.3"
14indexmap = "1.3.2" 14indexmap = "1.4.0"
15itertools = "0.9.0" 15itertools = "0.9.0"
16log = "0.4.8" 16log = "0.4.8"
17rustc-hash = "1.1.0" 17rustc-hash = "1.1.0"