From 6d9b2192812ba71407695473ce9613a7e2256282 Mon Sep 17 00:00:00 2001 From: Tatsuya Kawano Date: Tue, 6 Jun 2023 21:32:10 +0800 Subject: [PATCH] Update the change log --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ff51340..cbac56a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,11 @@ ## Version 0.11.2 Bumped the minimum supported Rust version (MSRV) to 1.65 (Nov 3, 2022). -([#275][gh-issue-0275]) +([#275][gh-pull-0275]) +### Removed + +- Removed `num_cpus` crate from the dependency. ([#277][gh-pull-0277]) ## Version 0.11.1 @@ -666,6 +669,7 @@ The minimum supported Rust version (MSRV) is now 1.51.0 (Mar 25, 2021). [gh-issue-0034]: https://github.com/moka-rs/moka/issues/34/ [gh-issue-0031]: https://github.com/moka-rs/moka/issues/31/ +[gh-pull-0277]: https://github.com/moka-rs/moka/pull/277/ [gh-pull-0275]: https://github.com/moka-rs/moka/pull/275/ [gh-pull-0272]: https://github.com/moka-rs/moka/pull/272/ [gh-pull-0268]: https://github.com/moka-rs/moka/pull/268/