Merge pull request #891 from nushell/jonathandturner-patch-1

Move rustyline dep back to crates
This commit is contained in:
Jonathan Turner 2019-10-31 09:30:30 +13:00 committed by GitHub
commit 9d34ec9153
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 = { git = "https://github.com/kkawakam/rustyline.git" }
rustyline = "5.0.4"
chrono = { version = "0.4.9", features = ["serde"] }
derive-new = "0.5.8"
prettytable-rs = "0.8.0"