Kiran Shila writes: > Including: > - Updating clap's dependencies > - Adding `rust-clap-lex-0.2` > - Adding `rust-parking-lot-core-0.9` > - Adding `rust-textwrap-0.15` > - Adding `rust-unic-emoji-char-0.9` > - Adding `rust-windows-*-0.36` > > I added `rust-windows-*-0.38`, as that's the latest release, just to > have it. > > I set #tests? to false as there is a doctest failing, but it seems to be > a test bug. > --- > gnu/packages/crates-io.scm | 350 +++++++++++++++++++++++++++++++------ > 1 file changed, 300 insertions(+), 50 deletions(-) Hi Kiran, Ideally, these changes would be done in multiple commits, one commit per change or per package. That way, it's far easier to see what's going on. Would you be able to send some updated patches? Thanks, Chris