Skip to content

Commit c7953ac

Browse files
authored
Merge pull request #61 from oxidecomputer/rustyline-veof
Pin rustyline to the Solarish VEOF fix.
2 parents c3513fd + e1d6bfd commit c7953ac

2 files changed

Lines changed: 26 additions & 114 deletions

File tree

‎Cargo.lock‎

Lines changed: 25 additions & 113 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ rlimit = "0.10"
4848
rumors = { git = "https://github.com/oxidecomputer/rumors", rev = "b2675dbef99b784efb817db01920ee59dac708c3" }
4949
rustix = { version = "1", features = ["fs", "process", "pty", "termios"] }
5050
rustls = "0.23"
51-
rustyline = { version = "17", features = ["signal-hook", "termios"] }
51+
rustyline = { git = "https://github.com/kkawakam/rustyline", rev = "5ab22f2f8d65e85f0b925360437ece8eeeb6db92", features = ["signal-hook", "termios"] }
5252
schemars = { version = "0.8", features = ["chrono"] }
5353
serde = "1"
5454
serde_json = "1"

0 commit comments

Comments
 (0)