diff options
author | Aleksey Kladov <[email protected]> | 2018-08-31 13:53:52 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-31 13:53:52 +0100 |
commit | cdb9b4cbf417976739de5147938e2c3080e497b9 (patch) | |
tree | 2a23465e2a00ab487daea4ebc2b5e993a76f59b6 /crates/libsyntax2 | |
parent | 78d60a549d0711ffea10e2898bff46ebc739f637 (diff) |
handle shadowing
Diffstat (limited to 'crates/libsyntax2')
-rw-r--r-- | crates/libsyntax2/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/libsyntax2/Cargo.toml b/crates/libsyntax2/Cargo.toml index 3e5a83290..abb711feb 100644 --- a/crates/libsyntax2/Cargo.toml +++ b/crates/libsyntax2/Cargo.toml | |||
@@ -10,7 +10,7 @@ text_unit = "0.1.4" | |||
10 | itertools = "0.7.8" | 10 | itertools = "0.7.8" |
11 | drop_bomb = "0.1.4" | 11 | drop_bomb = "0.1.4" |
12 | parking_lot = "0.6.0" | 12 | parking_lot = "0.6.0" |
13 | smol_str = "0.1.0" | 13 | smol_str = "0.1.4" |
14 | 14 | ||
15 | [dev-dependencies] | 15 | [dev-dependencies] |
16 | test_utils = { path = "../test_utils" } | 16 | test_utils = { path = "../test_utils" } |