himalaya 0.8.4 -> 0.9.0 https://github.com/soywod/himalaya/releases 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 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  | note: found an item that was configured out  --> /build/himalaya-0.9.0-vendor.tar.gz/mml-lib/src/lib.rs:14:20  | 14 | pub use self::pgp::Pgp;  |  ^^^  = note: the item is gated behind the `pgp` feature 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