0.183 fails because ognibuild's default_fixers() changed from returning a Vec to returning a Result somewhere between 0.2.15 and 0.2.19. main.rs still treats it as a Vec, which is where the AsRef error comes from.
The fix already exists in git but hasn't been released: https://salsa.debian.org/jelmer/debian-codemods/-/commit/5af42ff70ab029d13cfb4e54d50a4e1628b41357 Attached is just that fix, isolated and tested against 0.183 - it builds clean.
1143751-fix.patch
Description: Binary data

