We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95dca2 commit 7c8a898Copy full SHA for 7c8a898
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 6.0.1
4
+
5
+- Remove dependency on `once_cell` for Windows users, replace with `std::sync::OnceLock`.
6
7
## 6.0.0
8
9
- MSRV is now 1.70
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "which"
-version = "6.0.0"
+version = "6.0.1"
edition = "2021"
rust-version = "1.70"
authors = ["Harry Fei <tiziyuanfang@gmail.com>"]
0 commit comments