Nicolas Graves schreef op wo 16-02-2022 om 02:08 [+0100]: > -     `(#:cargo-development-inputs > -       (("rust-futures" ,rust-futures-0.3) > -        ("rust-rustversion" ,rust-rustversion-1) > -        ("rust-thiserror" ,rust-thiserror-1) > -        ("rust-trybuild" ,rust-trybuild-1)))) Looking at 'cargo.toml', anyhow still has these ‘development inputs’. What's the reason for removing them? > + `(#:skip-build? #t This prevents doing "guix build rust-anyhow" to test if 'rust-anyhow' still builds. What's the reason for this change? Greetings, Maxime.