Skip to content

Commit 1d145de

Browse files
committed
release version 7.0.3
1 parent f5e5292 commit 1d145de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 7.0.3
4+
5+
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks [@mhils](https://github.com/mhils) for this contribution to which!
6+
37
## 7.0.2
48

59
- Don't return paths containing the single dot `.` reference to the current directory, even if the original request was given in

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "which"
3-
version = "7.0.2"
3+
version = "7.0.3"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = ["Harry Fei <[email protected]>, Jacob Kiesel <[email protected]>"]

0 commit comments

Comments
 (0)