diff options
author | Aleksey Kladov <[email protected]> | 2021-01-25 09:32:35 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-01-25 09:32:35 +0000 |
commit | 1df711b95cf596bb5be39902a37f261ab5a9f95a (patch) | |
tree | c34bea989e1a9cc36d1e67666e8cf11c4bd9b651 /crates/syntax | |
parent | 911ff38eae53eeba7e94a6b01d44eef568b8c476 (diff) |
:arrow_up: rowan
Diffstat (limited to 'crates/syntax')
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 24298fbfa..e70fbba9c 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -12,7 +12,7 @@ doctest = false | |||
12 | 12 | ||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.10.0" | 14 | itertools = "0.10.0" |
15 | rowan = "0.12" | 15 | rowan = "0.12.2" |
16 | rustc_lexer = { version = "700.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "700.0.0", package = "rustc-ap-rustc_lexer" } |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | arrayvec = "0.5.1" | 18 | arrayvec = "0.5.1" |