nushell/crates
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
..
nu_plugin_binaryview Bar Chart baseline. (#2621) 2020-09-30 13:27:52 -05:00
nu_plugin_chart Line charts. Chart plugin sub command extraction. (#2627) 2020-10-01 19:23:10 -05:00
nu_plugin_fetch Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_from_bson Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_from_sqlite Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_inc Consolidate suggestions code (#2597) 2020-09-25 15:44:24 +12:00
nu_plugin_match Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_post Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_ps Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_s3 Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_start Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_sys Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_textview [wasi] Update time & instant crates (#2645) 2020-10-07 15:26:16 +13:00
nu_plugin_to_bson Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_to_sqlite Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu_plugin_tree Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-cli [wasi] Update time & instant crates (#2645) 2020-10-07 15:26:16 +13:00
nu-data added blink and underline options to coloring (#2638) 2020-10-05 18:12:56 -05:00
nu-errors Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-parser Parse decimals as BigDecimal (#2644) 2020-10-07 14:01:40 +13:00
nu-plugin Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-protocol Parse decimals as BigDecimal (#2644) 2020-10-07 14:01:40 +13:00
nu-source Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00
nu-table Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-test-support Bump to 0.20 (#2588) 2020-09-22 19:54:46 +12:00
nu-value-ext fix select for column names with spaces (#2613) 2020-09-30 10:00:07 +13:00