nushell/crates/nu_plugin_textview/src
Ingvar Stepanyan ff236da72c
[wasi] Update time & instant crates (#2645)
* [wasi] Update time & instant crates

In https://github.com/nushell/nushell/pull/2643 instant was updated by adding it as a hard dependency in Cargo.toml, but it's better to avoid it and only update in Cargo.lock via `cargo update -p ...`.

Additionally, updated `time` crate so that now some basic commands like `ls` work too, although formatting is pretty bad.

* Update default terminal width to 80

If termsize can't return anything, use 80 chars (e.g. on WASI).
2020-10-07 15:26:16 +13:00
..
assets Try to fix asset building 2019-12-18 07:05:12 +13:00
nu Default plugins are independent and called from Nu. (#1322) 2020-01-31 17:45:33 -05:00
lib.rs Default plugins are independent and called from Nu. (#1322) 2020-01-31 17:45:33 -05:00
main.rs Default plugins are independent and called from Nu. (#1322) 2020-01-31 17:45:33 -05:00
textview.rs [wasi] Update time & instant crates (#2645) 2020-10-07 15:26:16 +13:00