Skip to content

Commit 153890b

Browse files
committed
fix: auto-complete highlight doesn't match (antinomyhq#420)
1 parent 55de42c commit 153890b

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
@@ -45,7 +45,7 @@ posthog-rs = { git = "https://github.com/PostHog/posthog-rs.git", rev = "a006a81
4545
pretty_assertions = "1.4.1"
4646
proc-macro2 = "1.0"
4747
quote = "1.0"
48-
reedline = "0.38.0"
48+
reedline = { git = "https://github.com/nushell/reedline.git", rev = "2dba3d3691f14844bbc38f9bad46fa66ba1f1ffa" }
4949
regex = "1.11.1"
5050
reqwest = { version = "0.12.12", features = [
5151
"json",

0 commit comments

Comments
 (0)