Closed brooksmtownsend closed 2 years ago
It's a build problem in the ratsio crate with a prost dependency that seemed to have broken with rust 1.55. I had to fork ratsio to update its dependencies. wasmbus-rpc reexports my fork of ratsio. wasmbus >= 0.3.12 has the fix. There's an open wash pr that updates wasmbus to 0.4.
Describe the bug
I'm unsure exactly what changed, but there must be a dependency that we're now missing on the ubuntu actions runner. It will be worth evaluating if this can be simply solved by a
cargo update
, or if we need the dependency that depends onprost-build
as well.Environment (please complete the following information) GH Actions
Additional context https://github.com/wasmCloud/wash/runs/3566640735?check_suite_focus=true