Hey! I'm trying to get a project that depends on wasmtime-wasi built with buck2 but I'm stuck with this error:
error[E0460]: found possibly newer version of crate `wasmtime_wasi_io` which `wasmtime_wasi` depends on
I've created a minimal repro repository here: https://github.com/andreiltd/reindeer-fail-repro which will fail with this exact error. I would appreciate any hints on how to resolve this. Thanks!