1
0
mirror of https://github.com/nachoparker/dutree synced 2024-09-25 10:30:45 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
dependabot[bot]
fb68a91bc3
Bump arc-swap from 0.4.7 to 0.4.8
Bumps [arc-swap](https://github.com/vorner/arc-swap) from 0.4.7 to 0.4.8.
- [Release notes](https://github.com/vorner/arc-swap/releases)
- [Changelog](https://github.com/vorner/arc-swap/blob/v0.4.8/CHANGELOG.md)
- [Commits](https://github.com/vorner/arc-swap/compare/v0.4.7...v0.4.8)

---
updated-dependencies:
- dependency-name: arc-swap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 23:53:48 +00:00
nachoparker
44e877d148 Use CARGO_PKG_VERSION
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-05-09 14:25:51 -06:00
nachoparker
14ecb1cbfb add Cargo.lock
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-04-05 15:02:30 -06:00
nachoparker
603b9fea2f fix version reporting
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-06-03 16:42:34 -06:00
Isaac Parker
c70ecc9e65 Avoid dividing by zero (#28)
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-11-17 20:25:13 -07:00
Tom Heimbrodt
72344f2780 Increase integer size to store 1024^4. Fixes #13
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-10-21 23:40:10 -06:00
nachoparker
6352bc66ae handle SIGPIPE
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-09-28 22:14:17 -06:00
Brian Campbell
b947b9cd54 Render the bars relative to the largest size shown 2019-09-22 20:33:11 -06:00
nachoparker
9bbdcfeef8 update regex to version 1
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-09-22 20:05:18 -06:00
nachoparker
b0deeaf52d update deprecated method
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2019-09-22 19:54:27 -06:00
ahoetker
efb865eb74 Update dependency: getopts = 0.2.21 2019-09-23 01:15:42 +00:00
Nick Barry
1fce6c8056 fix problem with some unicode starting filenames (#8) 2018-07-13 16:16:36 +00:00
Ignacio Nunez
b047cbf8f1 fix ordering in collections 2018-07-01 22:56:08 +02:00
nacho
1f7436781e fix truncate unicode grapheme clusters 2018-04-18 11:31:24 +02:00
nacho
4128d49e16 use HashMap, and other optimizations 2018-04-18 11:10:26 +02:00
nacho
b65c3c0b51 use latest version of dict (with hashing) 2018-04-17 11:54:02 +02:00
nacho
5b5d4f5db9 update toml metadata 2018-04-17 00:48:54 +02:00
nacho
deba1dfcc6 Split dictionaries into an external crate 2018-04-16 23:01:12 +02:00
nachoparker
1ca8ce39ae Initial commit 2018-04-16 22:59:02 +02:00