Skip to content

Commit

Permalink
chore: use new keymap version rather than my git fork
Browse files Browse the repository at this point in the history
  • Loading branch information
covercash2 committed Nov 24, 2024
1 parent 9f1a10f commit 177fbca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ollama-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edit = "0.1.5"
extend = "1.2.0"
futures = "0.3.30"
itertools = "0.13.0"
keymap = { git = "https://github.com/covercash2/keymap-rs", features = ["crossterm"] }
keymap = { version = "0.4.1", features = ["crossterm"] }
modelfile = "0.2.0"
nom = "7.1.3"
ollama-rs = { version = "0.2.1", features = ["stream"] }
Expand Down

0 comments on commit 177fbca

Please sign in to comment.