> Tomas Volf <~@wolfsden.cz> hat am 15.02.2024 17:23 CET geschrieben: > > Oh... Right, so I managed to track down the difference. The importer uses > async-stream in 0.3.2 while cargo in 0.3.5. After updating the packaged > version > to 0.3.5, it now compiles, so that is nice. > > Wait, it is not. I assumed that rust is big on the semver. Should 0.3.2 and > 0.3.5 be the same (except bug fixes)? :-O
This was in fact a bug fix in 0.3.3: https://github.com/tokio-rs/async-stream/blob/master/async-stream/CHANGELOG.md#033 I have been bitten by Guix's "let's disregard patch versions unless it's version 0.0.x" style a few times now. > But thanks to you I managed to solve this, so thanks :) Happy to hear you solved it!