Skip to content

Commit 7c8a898

Browse files
committed
bump patch version
1 parent e95dca2 commit 7c8a898

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+
## 6.0.1
4+
5+
- Remove dependency on `once_cell` for Windows users, replace with `std::sync::OnceLock`.
6+
37
## 6.0.0
48

59
- MSRV is now 1.70

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 = "6.0.0"
3+
version = "6.0.1"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = ["Harry Fei <tiziyuanfang@gmail.com>"]

0 commit comments

Comments
 (0)