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",