Skip to content

Commit

Permalink
Prep 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Oct 18, 2023
1 parent e776ff0 commit f50675a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 5.0.0

- Remove several unused error messages
- Windows executables can now be found even if they don't have a '.exe' extension.
- Add new error message, `Error::CannotGetCurrentDirAndPathListEmpty`

## 4.4.2

- Remove dependency on `dirs` crate due to MPL licensing in its tree. Use `home` crate instead. (@Xaeroxe)
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ keywords = ["which", "which-rs", "unix", "command"]

[dependencies]
either = "1.6.1"
regex = { version = "1.5.5", optional = true }
# Pin this to the last version that supported 1.63, which is our MSRV.
regex = { version = "= 1.9.6", optional = true }
rustix = { version = "0.38.10", default-features = false, features = ["fs", "std"] }

[target.'cfg(any(windows, unix, target_os = "redox"))'.dependencies]
Expand Down

0 comments on commit f50675a

Please sign in to comment.