Warp package fails to build due to incorrect recv version
The recv
package exports RecvBuf
in version 0.0.0
but stopped exporting it in 0.1.0
. warp-3.3.24
changed from recv-0.0.0
to recv-0.1.0
, adding the definition of RecvBuf
to adapt for that.
For some reason, in this build log we are building warp-3.3.23
against recv-0.1.0
, which is not supported and is excluded by the version bounds in warp-3.3.23
.