From 2db34775e1bf655d1bfacbd01e7b0445f9653e47 Mon Sep 17 00:00:00 2001 From: Nicolas Barrios Date: Wed, 17 May 2023 15:34:29 -0400 Subject: [PATCH] #679 merged --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546176bd..9edfcf20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Replaced lazy_static dependency with once_cell - Improved documentation of the `html_reports` feature - Replaced atty dependency with is-terminal -- (WIP, waiting on #679) MSRV bumped to 1.64 -- (WIP, waiting on #679) Upgraded clap dependency to v4 +- MSRV bumped to 1.64 +- Upgraded clap dependency to v4 ### Fixed - Quick mode (`--quick`) no longer outputs 1ms for measured times over 5 seconds