Skip to content

Commit a948be9

Browse files
committed
chore: Downgrade xshell due to broken stdin interactions
Since xshell 0.2.3 the behavior of the run() function has changed in a incompatible manner. Namely the stdin for the run() function no longer inherits stdin from the shell. This makes it impossible for commands that are executed by the run() function to accept input from the shell. We don't use this functionality in many places but the `xtask release prepare` command is now broken. Let's just pin xshell to a working version while we wait for this to be resolved upstream. Upstream-issue: matklad/xshell#63
1 parent 9c381c1 commit a948be9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = { workspace = true, features = ["derive"] }
1616
serde_json = { workspace = true }
1717
fs_extra = "1"
1818
uniffi_bindgen = { workspace = true }
19-
xshell = "0.2.7"
19+
xshell = "0.2.2"
2020

2121
[package.metadata.release]
2222
release = false

0 commit comments

Comments
 (0)