diff options
Diffstat (limited to 'crates/libanalysis/Cargo.toml')
-rw-r--r-- | crates/libanalysis/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libanalysis/Cargo.toml b/crates/libanalysis/Cargo.toml index 9c7977e92..4d565e95f 100644 --- a/crates/libanalysis/Cargo.toml +++ b/crates/libanalysis/Cargo.toml | |||
@@ -8,7 +8,7 @@ relative-path = "0.3.7" | |||
8 | log = "0.4.2" | 8 | log = "0.4.2" |
9 | crossbeam-channel = "0.2.4" | 9 | crossbeam-channel = "0.2.4" |
10 | parking_lot = "0.6.3" | 10 | parking_lot = "0.6.3" |
11 | once_cell = "0.1.4" | 11 | once_cell = "0.1.5" |
12 | rayon = "1.0.2" | 12 | rayon = "1.0.2" |
13 | fst = "0.3.1" | 13 | fst = "0.3.1" |
14 | libsyntax2 = { path = "../libsyntax2" } | 14 | libsyntax2 = { path = "../libsyntax2" } |