async-rdma icon indicating copy to clipboard operation
async-rdma copied to clipboard

Small changes from updating to hex-simd 0.8.0

Open bentwire opened this issue 1 year ago • 2 comments

This goes with the issue I posted. The examples compile and run now...

bentwire avatar Jun 30 '23 23:06 bentwire

Ah ok I see why its failing... It does not like the rust version:

error: package vsimd v0.8.0 cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.61.0

How do I fix that one?

Thanks!

bentwire avatar Jul 04 '23 19:07 bentwire

Ah ok I see why its failing... It does not like the rust version:

error: package vsimd v0.8.0 cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.61.0

How do I fix that one?

Thanks!

Try change here: https://github.com/datenlord/async-rdma/blob/8cb9e977b42c97327af19d0785f7c26c9f8d2c56/.github/workflows/ci.yml#L8

pwang7 avatar Jul 05 '23 03:07 pwang7