which 4.4.2

A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.
Documentation
1
2
3
4
5
6
7
8
9
10
# CHANGELOG

## 4.4.2

- Remove dependency on `dirs` crate due to MPL licensing in its tree. Use `home` crate instead. (@Xaeroxe)

## 4.4.1

- Add tilde expansion for home directory (@Xaeroxe)
- Swap out libc for rustix, forbid unsafe (@notgull)