aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2020-06-09 16:32:42 +0100
committerJonas Schievink <[email protected]>2020-06-10 11:38:58 +0100
commit4bcf8c8c68bd791f295aa06ef7903c006be3f356 (patch)
tree4bb9425b04484fcdedcc32f03728e60a438c0fbb /Cargo.lock
parent54936e8aa212ea5fdf737d8e1b0a02c231ed89eb (diff)
Add an FST index to `ImportMap`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index df79334c9..4c5551968 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -981,7 +981,9 @@ dependencies = [
981 "anymap", 981 "anymap",
982 "drop_bomb", 982 "drop_bomb",
983 "either", 983 "either",
984 "fst",
984 "insta", 985 "insta",
986 "itertools",
985 "log", 987 "log",
986 "once_cell", 988 "once_cell",
987 "ra_arena", 989 "ra_arena",