1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 04:46:17 +02:00

updated to the latest rustyline ()

This commit is contained in:
Darren Schroeder
2021-05-18 12:36:55 -05:00
committed by GitHub
parent 1b4f7b34c8
commit 0612e5ccfb
3 changed files with 5 additions and 4 deletions
Cargo.lock
crates
nu-cli
nu-command

5
Cargo.lock generated

@ -5348,8 +5348,9 @@ checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
[[package]]
name = "rustyline"
version = "8.0.0"
source = "git+https://github.com/kkawakam/rustyline.git#795867591dc72c2be172af45aabd1c6ecd579225"
version = "8.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e628a0a8e3e278dc96badc1f54492e5c5201037c7df14935c8b9571e9d2923"
dependencies = [
"bitflags",
"cfg-if 1.0.0",

@ -76,7 +76,7 @@ rayon = "1.5.0"
regex = "1.4.3"
roxmltree = "0.14.0"
rust-embed = "5.9.0"
rustyline = { git = "https://github.com/kkawakam/rustyline.git", optional = true }
rustyline = { version = "8.1.0", optional = true }
serde = { version = "1.0.123", features = ["derive"] }
serde_bytes = "0.11.5"
serde_ini = "0.2.0"

@ -74,7 +74,7 @@ rayon = "1.5.0"
regex = "1.4.3"
roxmltree = "0.14.0"
rust-embed = "5.9.0"
rustyline = { git = "https://github.com/kkawakam/rustyline.git", optional = true }
rustyline = { version = "8.1.0", optional = true }
serde = { version = "1.0.123", features = ["derive"] }
serde_bytes = "0.11.5"
serde_ini = "0.2.0"