Skip to content

Commit 3780430

Browse files
committed
fix: accurately locate the suggestion in auto-complete
Signed-off-by: divanshu-go <divanshugrover2009@gmail.com>
1 parent 3a1b2bc commit 3780430

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 7 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
@@ -44,7 +44,7 @@ posthog-rs = { git = "https://github.com/PostHog/posthog-rs.git", rev = "a006a81
4444
pretty_assertions = "1.4.1"
4545
proc-macro2 = "1.0"
4646
quote = "1.0"
47-
reedline = "0.38.0"
47+
reedline = { git = "https://github.com/nushell/reedline.git", rev = "2dba3d3691f14844bbc38f9bad46fa66ba1f1ffa" }
4848
regex = "1.11.1"
4949
reqwest = { version = "0.12.12", features = ["json", "rustls-tls"], default-features = false }
5050
reqwest-eventsource = "0.6.0"

0 commit comments

Comments
 (0)