Skip to content

Commit

Permalink
bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Mar 22, 2024
1 parent e95dca2 commit 7c8a898
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 6.0.1

- Remove dependency on `once_cell` for Windows users, replace with `std::sync::OnceLock`.

## 6.0.0

- MSRV is now 1.70
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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>"]
Expand Down

0 comments on commit 7c8a898

Please sign in to comment.