SHA256
1
0
forked from pool/bottom
bottom/cargo_config
Martin Hauke 3983622298 Accepting request 962952 from home:jlkDE
- Update to 0.6.8:
  * Add PgUp/PgDown keybind support to scroll up and down a page in
    a table
  * Fix bug where the program would stall in an infinite loop if
    the width of the terminal was too small
  * Fix a bug where the number of CPUs is never refreshed
  * Update sysinfo
- Strip binary

OBS-URL: https://build.opensuse.org/request/show/962952
OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=17
2022-03-22 13:04:50 +00:00

9 lines
138 B
Plaintext

[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
[profile.release]
strip = "symbols"