Merge pull request #667 from nushell/rustyline-git

Switch to rustline git instead of crates.io
This commit is contained in:
Jonathan Turner 2019-09-14 11:29:22 +12:00 committed by GitHub
commit 0afda5c466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"