- add `dua i --no-entry-check` flag.
With it, in interactive mode, entries will not be checked for presence.
This can avoid laggy behaviour when switching between directories
as `lstat` calls will not run, which can be slow on some filesystems.
### Commit Statistics
- 3 commits contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: #226, #227
### Commit Details
* **#226**
- Make builds with rustc 1.72 work (600bee2)
* **#227**
- Add `dua i --no-entry-check` flag. (78b9a8e)
* **Uncategorized**
- Merge branch 'no-entry-check' (d837d72)