mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Merge pull request #667 from nushell/rustyline-git
Switch to rustline git instead of crates.io
This commit is contained in:
commit
0afda5c466
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ documentation = "https://book.nushell.sh"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rustyline = "5.0.2"
|
||||
rustyline = { git = "https://github.com/kkawakam/rustyline" }
|
||||
chrono = { version = "0.4.9", features = ["serde"] }
|
||||
derive-new = "0.5.8"
|
||||
prettytable-rs = "0.8.0"
|
||||
|
|
Loading…
Reference in a new issue