Skip to content

Commit 2532852

Browse files
authored
Downgrade rustyline 16.0.0 -> 15.0.0 (#1444)
1 parent 9597fd4 commit 2532852

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

Cargo.lock

Lines changed: 16 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ memmap2 = "0.9.5"
148148
pyo3-build-config = "0.25.0"
149149
ctrlc = "3.4.7"
150150
directories = "6.0.0"
151-
rustyline = { version = "16.0.0", default-features = false, features = ["with-file-history"] }
151+
# Need to keep rustyline at 15.0.0 as 16.0.0 has a breaking change that conficts with `ctrlc`'s handling
152+
rustyline = { version = "15.0.0", default-features = false, features = ["with-file-history"] }
152153
tower-http = "0.6.6"
153154
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
154155
futures-util = "0.3.31"

0 commit comments

Comments
 (0)