diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-25 13:45:15 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-25 13:45:15 +0000 |
commit | 7763f425d98d630321eb5ace739bab489504a76f (patch) | |
tree | e78ec4fdbdf74267ee3ef4072a788f127285de62 | |
parent | 744ec58bc3c6bc0fbffda3c9bf5ad975a1542702 (diff) | |
parent | 469011169bb2579ca8d7c16eefd2fe297136f976 (diff) |
Merge #3304
3304: :arrow_up: rowan r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 04023c6cd..e5400f5eb 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1308,9 +1308,9 @@ dependencies = [ | |||
1308 | 1308 | ||
1309 | [[package]] | 1309 | [[package]] |
1310 | name = "rowan" | 1310 | name = "rowan" |
1311 | version = "0.9.0" | 1311 | version = "0.9.1" |
1312 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1313 | checksum = "6d03d4eff7a4e8dcc362e4c06bb2b1b33af4bcd64336c7f40a31a05850336b6c" | 1313 | checksum = "1ea7cadf87a9d8432e85cb4eb86bd2e765ace60c24ef86e79084dcae5d1c5a19" |
1314 | dependencies = [ | 1314 | dependencies = [ |
1315 | "rustc-hash", | 1315 | "rustc-hash", |
1316 | "smol_str", | 1316 | "smol_str", |
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 7891628dc..8efc6b368 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -12,7 +12,7 @@ doctest = false | |||
12 | 12 | ||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.8.2" | 14 | itertools = "0.8.2" |
15 | rowan = "0.9.0" | 15 | rowan = "0.9.1" |
16 | rustc_lexer = "0.1.0" | 16 | rustc_lexer = "0.1.0" |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | arrayvec = "0.5.1" | 18 | arrayvec = "0.5.1" |