From 97e40b5f59f9363171b6fef92c4d2fcfa182c2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Fri, 10 Jan 2025 09:58:35 +0100 Subject: [PATCH] fix(config): fix de/serialization of backends' none variant Refs: #523 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f182beb4..f19714f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed permissions issues when using `install.sh`. [#515] +- Fixed de/serialization issues of backends' `none` variant. [#523] ## [1.0.0] - 2024-12-09 @@ -948,4 +949,5 @@ Few major concepts changed: [#508]: https://github.com/pimalaya/himalaya/issues/508 [#515]: https://github.com/pimalaya/himalaya/issues/515 [#522]: https://github.com/pimalaya/himalaya/issues/522 +[#523]: https://github.com/pimalaya/himalaya/issues/523 [core#10]: https://github.com/pimalaya/core/issues/10 diff --git a/Cargo.lock b/Cargo.lock index 2527390f..b630de06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3133,7 +3133,7 @@ dependencies = [ [[package]] name = "pimalaya-tui" version = "0.2.1" -source = "git+https://github.com/pimalaya/tui#82fea1ad7d76a0b32806f2a4fc92d635de9a3aeb" +source = "git+https://github.com/pimalaya/tui#0a3d2df10eea188a187836c59eeca5fc3fd902d6" dependencies = [ "async-trait", "clap",