mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Downgrade crossterm to fix pager compilation (#3740)
* Downgrade crossterm to fix pager compilation With 0.20.0, the `table-pager` feature wouldn't compile. Closes #3738 * Update Cargo.lock
This commit is contained in:
@ -37,7 +37,7 @@ calamine = "0.18.0"
|
||||
chrono = { version="0.4.19", features=["serde"] }
|
||||
chrono-tz = "0.5.3"
|
||||
codespan-reporting = "0.11.0"
|
||||
crossterm = { version="0.20.0", optional=true }
|
||||
crossterm = { version="0.19.0", optional=true }
|
||||
csv = "1.1.3"
|
||||
ctrlc = { version="3.1.7", optional=true }
|
||||
derive-new = "0.5.8"
|
||||
|
Reference in New Issue
Block a user