mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustyline = "5.0.2"
|
rustyline = { git = "https://github.com/kkawakam/rustyline" }
|
||||||
chrono = { version = "0.4.9", features = ["serde"] }
|
chrono = { version = "0.4.9", features = ["serde"] }
|
||||||
derive-new = "0.5.8"
|
derive-new = "0.5.8"
|
||||||
prettytable-rs = "0.8.0"
|
prettytable-rs = "0.8.0"
|
||||||
|
|
Loading…
Reference in a new issue