himalaya 0.8.4 -> 0.9.0 https://repology.org/project/himalaya/versions attrpath: himalaya Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-eIyQ/fYOeqsDkF+/X7c7RuQpK2druQTjHq3i8ObJ8Xc= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A himalaya nix build failed.  Compiling toml v0.7.4  Compiling dialoguer v0.10.2  Compiling clap_complete v4.0.6  Compiling email_address v0.2.4  Compiling coredump v0.1.2  Compiling bzip2 v0.4.4  Compiling zstd v0.11.2+zstd.1.5.2  Compiling zip v0.6.6  Compiling mail-auth v0.3.2  Compiling mail-send v0.4.0  Compiling rusqlite v0.29.0  Compiling email-lib v0.15.0 error[E0432]: unresolved import `mml::Pgp`  --> /build/himalaya-0.9.0-vendor.tar.gz/email-lib/src/account/config/pgp/mod.rs:17:5  | 17 | use mml::Pgp;  |  ^^^^^^^^ no `Pgp` in the root error[E0599]: no method named `with_pgp` found for struct `MimeInterpreter` in the current scope  --> /build/himalaya-0.9.0-vendor.tar.gz/email-lib/src/account/config/mod.rs:375:14  | 374 | /  MimeInterpreter::new() 375 | |  .with_pgp(self.pgp.clone())  | | -^^^^^^^^ method not found in `MimeInterpreter`  | |_____________|  |  Some errors have detailed explanations: E0432, E0599. For more information about an error, try `rustc --explain E0432`. error: could not compile `email-lib` (lib) due to 2 previous errors