nushell/crates/nu_plugin_textview
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
..
src [wasi] Update time & instant crates (#2645) 2020-10-07 15:26:16 +13:00
Cargo.toml Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00