fix: compilation error when wizard feature disabled

Refs: #634
This commit is contained in:
Clément DOUIN
2026-02-21 11:21:02 +01:00
parent 1b70c4e0ea
commit b9231e1ed4
3 changed files with 9 additions and 2 deletions
+5
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Fixed compilation error when `wizard` feature was disabled ([#634]).
## [1.2.0] - 2026-02-19
### Added
@@ -954,6 +958,7 @@ Few major concepts changed:
[#612]: https://github.com/pimalaya/himalaya/issues/612
[#627]: https://github.com/pimalaya/himalaya/issues/627
[#632]: https://github.com/pimalaya/himalaya/issues/632
[#634]: https://github.com/pimalaya/himalaya/issues/634
[core#1]: https://github.com/pimalaya/core/issues/1
[core#10]: https://github.com/pimalaya/core/issues/10
Generated
+1 -2
View File
@@ -3176,8 +3176,7 @@ dependencies = [
[[package]]
name = "pimalaya-tui"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "421a00b7804b153cfe9019cddbf4f07769d98015f513d7761922627e97c712ba"
source = "git+https://github.com/pimalaya/tui#f6dd618d74c13b95f31c25dab1a0eca0711be875"
dependencies = [
"async-trait",
"clap",
+3
View File
@@ -52,3 +52,6 @@ toml = "0.8"
tracing = "0.1"
url = "2.2"
uuid = { version = "1.19", features = ["v4"] }
[patch.crates-io]
pimalaya-tui.git = "https://github.com/pimalaya/tui"