On Fri, 2025-08-01 at 20:46 -0400, Andres Salomon wrote: > Thanks, I made that change and uploaded.
Unfortunately our tooling spotted an issue that I missed in my earlier review. rustfmt-web has: Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstd-rust-1.85 (= 1.85.0+dfsg3-1~deb12u1) which is unsatisifable. While libstd-rust-web-1.85 does Provide: libstd-rust-1.85, that can't satisfy a versioned relationship. I guess the easiest fix would just be to make the dependency use libstd-rust- web-1.8 directly. Regards, Adam

