From a93400ac140de5af44fe5dfd705e908828d7724c Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 16 Mar 2023 14:34:39 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e9a0a5..4cf7babe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27 ([#575]) * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.156 ([#576]) +* Use edition 2021 ([#577]) [#575]: https://github.com/vbrandl/hoc/pull/575 [#576]: https://github.com/vbrandl/hoc/pull/576 +[#577]: https://github.com/vbrandl/hoc/pull/577 ## [0.32.0] 2023-03-06