Asger Hautop Drewsen
Asger Hautop Drewsen
Ping @simonlindholm
Fair enough. Any suggestions?
The exact same argument as https://github.com/gftea/amqprs/issues/143#issuecomment-2340121426 applies here: > My application is not using rustls (directly), but amqprs is. The update from 1.6 to 1.7 clearly can't be done without...
@gftea Do you feel like it was a mistake to yank 1.7.0 and bump the version to 2.0.0? If not, why not do something similar now?
> [@tyilo](https://github.com/tyilo) it's absolutely ridiculous to bump a major over something like this. This is a bug fix to many, some bug fixes, sadly, cannot be entirely backwards compatible. >...
> Because if you do that for even the smallest breaking change, the whole idea of a major release will become meaningless. Let's bump the major version every single release,...
> Is there a real application or dependent crate that's still broken as a result of the v2.1.2 change? There's multiple ways it could be solved, but we do have...
This happens even when the host is musl-based and cargo-fuzz has been installed with `cargo install cargo-fuzz` as can be seen by running the example in an alpine-based docker image:...
I got a similar error after updating wasm-bindgen: ``` error: failed to find the `__wbindgen_externref_table_dealloc` function ``` It seems to trigger when `RUSTFLAGS="-C target-cpu=native"` is used (which I have set...
I think it would make sense to keep this open until it is fixed in Firefox. If for some reason this doesn't happen, `wasm-bindgen` would need to change how it...