Nicolas Graves schreef op wo 16-02-2022 om 02:13 [+0100]: > -     `(#:cargo-inputs > -       (("rust-proc-macro2" ,rust-proc-macro2-1) > -        ("rust-quote" ,rust-quote-1) > -        ("rust-syn" ,rust-syn-1)) > -       #:cargo-development-inputs > -       (("rust-rustversion" ,rust-rustversion-1) > -        ("rust-tracing" ,rust-tracing-0.1) > -        ("rust-tracing-attributes" ,rust-tracing-attributes-0.1) > -        ("rust-tracing-futures" ,rust-tracing-futures-0.2) > -        ("rust-trybuild" ,rust-trybuild-1)))) > +      `(#:skip-build? #t > +        #:cargo-inputs > +        (("rust-proc-macro2" ,rust-proc-macro2-1) > +         ("rust-quote" ,rust-quote-1) > +         ("rust-syn" ,rust-syn-1)))) To reduce diffs, could indentation changes be left out or be done in a separate patch? That would make it much faster to identify what actually changed. My comments about rust-anyhow's #:cargo-development-inputs and #:skip- build apply here as well (and to a lot of other updates). Greetings, Maxime