diff options
author | kjeremy <[email protected]> | 2020-12-30 15:39:50 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2020-12-30 15:39:50 +0000 |
commit | dc1396eec76ef5766f25a483edc1870f50af0aa0 (patch) | |
tree | e32d25f64f163c9bba7005ab3d49c2244575468e /crates/ssr | |
parent | ca76a77791d2933770ecf9479eea407bfe5a9946 (diff) |
Update crates
Diffstat (limited to 'crates/ssr')
-rw-r--r-- | crates/ssr/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ssr/Cargo.toml b/crates/ssr/Cargo.toml index 98ed25fb6..339eda86a 100644 --- a/crates/ssr/Cargo.toml +++ b/crates/ssr/Cargo.toml | |||
@@ -12,7 +12,7 @@ doctest = false | |||
12 | 12 | ||
13 | [dependencies] | 13 | [dependencies] |
14 | rustc-hash = "1.1.0" | 14 | rustc-hash = "1.1.0" |
15 | itertools = "0.9.0" | 15 | itertools = "0.10.0" |
16 | 16 | ||
17 | text_edit = { path = "../text_edit", version = "0.0.0" } | 17 | text_edit = { path = "../text_edit", version = "0.0.0" } |
18 | syntax = { path = "../syntax", version = "0.0.0" } | 18 | syntax = { path = "../syntax", version = "0.0.0" } |