Skip to content

Commit b18ce4f

Browse files
committed
Bump xshell
1 parent 83e6d79 commit b18ce4f

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,4 @@ triomphe = { version = "0.1.8", default-features = false, features = ["std"] }
117117
hashbrown = { version = "0.12.3", features = [
118118
"inline-more",
119119
], default-features = false }
120+
xshell = "0.2.5"

crates/ide-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ line-index.workspace = true
4343
[dev-dependencies]
4444
expect-test = "1.4.0"
4545
oorandom = "11.1.3"
46-
xshell = "0.2.2"
46+
xshell.workspace = true
4747

4848
# local deps
4949
test-utils.workspace = true

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jemallocator = { version = "0.5.0", package = "tikv-jemallocator", optional = tr
7777

7878
[dev-dependencies]
7979
expect-test = "1.4.0"
80-
xshell = "0.2.2"
80+
xshell.workspace = true
8181

8282
test-utils.workspace = true
8383
sourcegen.workspace = true

crates/sourcegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ rust-version.workspace = true
1212
doctest = false
1313

1414
[dependencies]
15-
xshell = "0.2.2"
15+
xshell.workspace = true

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version.workspace = true
1010
anyhow.workspace = true
1111
flate2 = "1.0.24"
1212
write-json = "0.1.2"
13-
xshell = "0.2.2"
13+
xshell.workspace = true
1414
xflags = "0.3.0"
1515
time = { version = "0.3", default-features = false }
1616
zip = { version = "0.6", default-features = false, features = ["deflate", "time"] }

0 commit comments

Comments
 (0)