fix(config): fix de/serialization of backends' none variant

Refs: #523
This commit is contained in:
Clément DOUIN
2025-01-10 09:58:35 +01:00
parent dc5b8a34c8
commit 97e40b5f59
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
Generated
+1 -1
View File
@@ -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",