aboutsummaryrefslogtreecommitdiff
path: root/crates/ssr
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-12-30 15:42:05 +0000
committerGitHub <noreply@github.com>2020-12-30 15:42:05 +0000
commitbf5301ce3b09a85ab13546b9b029e3f1c0c7a000 (patch)
treee32d25f64f163c9bba7005ab3d49c2244575468e /crates/ssr
parentca76a77791d2933770ecf9479eea407bfe5a9946 (diff)
parentdc1396eec76ef5766f25a483edc1870f50af0aa0 (diff)
Merge #7094
7094: Update crates r=kjeremy a=kjeremy Co-authored-by: kjeremy <kjeremy@gmail.com>
Diffstat (limited to 'crates/ssr')
-rw-r--r--crates/ssr/Cargo.toml2
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]
14rustc-hash = "1.1.0" 14rustc-hash = "1.1.0"
15itertools = "0.9.0" 15itertools = "0.10.0"
16 16
17text_edit = { path = "../text_edit", version = "0.0.0" } 17text_edit = { path = "../text_edit", version = "0.0.0" }
18syntax = { path = "../syntax", version = "0.0.0" } 18syntax = { path = "../syntax", version = "0.0.0" }