Skip to content

Commit 19026f6

Browse files
domenkozarclaude
andcommitted
switch from forked inquire to official 0.9.4 with experimental-multiline-input
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 760e755 commit 19026f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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
@@ -20,7 +20,7 @@ etcetera = "0.11"
2020
colored = "3.0"
2121
dotenvy = "0.15"
2222
serde-envfile = "0.3"
23-
inquire = { git = "https://github.com/domenkozar/inquire", branch = "password-multi-line" }
23+
inquire = { version = "0.9.4", features = ["experimental-multiline-input"] }
2424
miette = { version = "7.6", features = ["fancy"] }
2525
serde_json = "1.0"
2626
tempfile = "3.0"

0 commit comments

Comments
 (0)