From d4beabfeb294f7abad06891b2f6c9cf07cce60c6 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 9 Nov 2022 17:25:44 +0100 Subject: [PATCH] docs(changelog): termwiz bump --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d7fd0d..4d365a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * docs: add kanagawa theme (https://github.com/zellij-org/zellij/pull/1913) * fix: use 'temp_dir' instead of hard-coded '/tmp/' (https://github.com/zellij-org/zellij/pull/1898) * debugging: Don't strip debug symbols from release binaries (https://github.com/zellij-org/zellij/pull/1916) +* deps: upgrade termwiz to 0.19.0 and rust MSRV to 1.60.0 (https://github.com/zellij-org/zellij/pull/1896) ## [0.32.0] - 2022-10-25