File tree 3 files changed +54
-70
lines changed
3 files changed +54
-70
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ oorandom = "11.1.3"
23
23
tracing.workspace = true
24
24
rustc-hash = " 1.1.0"
25
25
scoped-tls = " 1.0.0"
26
- chalk-solve = { version = " 0.94 .0" , default-features = false }
27
- chalk-ir = " 0.94 .0"
28
- chalk-recursive = { version = " 0.94 .0" , default-features = false }
29
- chalk-derive = " 0.94 .0"
26
+ chalk-solve = { version = " 0.95 .0" , default-features = false }
27
+ chalk-ir = " 0.95 .0"
28
+ chalk-recursive = { version = " 0.95 .0" , default-features = false }
29
+ chalk-derive = " 0.95 .0"
30
30
la-arena.workspace = true
31
31
once_cell = " 1.17.0"
32
32
triomphe.workspace = true
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ authors.workspace = true
11
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
12
13
13
[dependencies ]
14
- ra-ap-rustc_lexer = { version = " 0.19 .0" }
15
- ra-ap-rustc_parse_format = { version = " 0.14 .0" , default-features = false }
16
- ra-ap-rustc_index = { version = " 0.19 .0" , default-features = false }
17
- ra-ap-rustc_abi = { version = " 0.19 .0" , default-features = false }
14
+ ra-ap-rustc_lexer = { version = " 0.20 .0" }
15
+ ra-ap-rustc_parse_format = { version = " 0.20 .0" , default-features = false }
16
+ ra-ap-rustc_index = { version = " 0.20 .0" , default-features = false }
17
+ ra-ap-rustc_abi = { version = " 0.20 .0" , default-features = false }
18
18
19
19
[features ]
20
20
in-rust-tree = []
You can’t perform that action at this time.
0 commit comments