mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Bump xshell and fix dist
This commit is contained in:
parent
c1cf2ef6f4
commit
be6d5001e4
6 changed files with 9 additions and 9 deletions
|
@ -35,5 +35,5 @@ limit = { path = "../limit", version = "0.0.0" }
|
|||
[dev-dependencies]
|
||||
test_utils = { path = "../test_utils" }
|
||||
sourcegen = { path = "../sourcegen" }
|
||||
xshell = "0.2.0"
|
||||
xshell = "0.2.1"
|
||||
expect-test = "1.2.0-pre.1"
|
||||
|
|
|
@ -75,7 +75,7 @@ jemallocator = { version = "0.4.1", package = "tikv-jemallocator", optional = tr
|
|||
[dev-dependencies]
|
||||
expect-test = "1.2.0-pre.1"
|
||||
jod-thread = "0.1.0"
|
||||
xshell = "0.2.0"
|
||||
xshell = "0.2.1"
|
||||
|
||||
test_utils = { path = "../test_utils" }
|
||||
sourcegen = { path = "../sourcegen" }
|
||||
|
|
|
@ -10,4 +10,4 @@ rust-version = "1.57"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
xshell = "0.2.0"
|
||||
xshell = "0.2.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue