mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 09:58:27 +02:00
move rustyline to 6.1.1 to fix windows crash (#1581)
This commit is contained in:
@ -64,7 +64,7 @@ query_interface = "0.3.5"
|
||||
rand = "0.7"
|
||||
regex = "1"
|
||||
roxmltree = "0.10.1"
|
||||
rustyline = "6.1.0"
|
||||
rustyline = "6.1.1"
|
||||
serde = { version = "1.0.106", features = ["derive"] }
|
||||
serde-hjson = "0.9.1"
|
||||
serde_bytes = "0.11.3"
|
||||
@ -105,4 +105,4 @@ quickcheck_macros = "0.9"
|
||||
stable = []
|
||||
starship-prompt = ["starship"]
|
||||
clipboard-cli = ["clipboard"]
|
||||
trash-support = ["trash"]
|
||||
trash-support = ["trash"]
|
||||
|
Reference in New Issue
Block a user