plugwash

Results 28 issues of plugwash

Recently the abort_read test started failing on our CI in Debian sid. I do not know for sure what triggered this, but the prime suspect is the upgrade from curl...

In Debian we try where possible to keep only one version of each crate in the archive and we bump dependenices and apply patches accordingly. While testing your crate with...

Hi. We have ended up with three different versions of the Clap crate in Debian and would like to reduce this number. Is there any possibility of an update to...

Hi, I've been working on rust packaging in Debian and have noticed that the latest version of this crate depends on an older version of nom. While we do have...

After updating condure in Debian to 1.10, it failed to build on architectures where char in c is unsigned (e.g. arm*, powerpc*, s390x). The fix was pretty trivial, just replacing...

While working on updating the base64 crate in Debian I prepared a patch to make condure build with the new base64. There were a couple of changes in the API...

Hi. I'm one of the Debian rust maintainers, and I'm currently looking at the update of rust-syn to version 2.0 and rust-synstructure to version 0.18. After bumping the dependency the...

While working on updating the rust phf packages in Debian I discovered that the phf_generator crate fails to build when the criterion feature is enabled. I bisected this to 6d5bfb4a377270d2ae69e05347044b1a95499973...