It seems like something happened to one of the deps, possibly recently?
cargo build --example rpc
Updating crates.io index
error: failed to select a version for the requirement simd-abstraction = "^0.5.0"
candidate versions found which didn't match: 0.7.1
location searched: crates.io index
required by package hex-simd v0.5.0
... which satisfies dependency hex-simd = "^0.5.0" of package async-rdma v0.5.0 (/home/mike/dev/rust/async-rdma)
perhaps a crate was updated and forgotten to be re-vendored?
It looks like all prior versions to simd-abstraction 0.7.1 have been yanked from crates.io...?
It seems like something happened to one of the deps, possibly recently?
It looks like all prior versions to simd-abstraction 0.7.1 have been yanked from crates.io...?