async-rdma
async-rdma copied to clipboard
Small changes from updating to hex-simd 0.8.0
This goes with the issue I posted. The examples compile and run now...
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!
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.0How do I fix that one?
Thanks!
Try change here: https://github.com/datenlord/async-rdma/blob/8cb9e977b42c97327af19d0785f7c26c9f8d2c56/.github/workflows/ci.yml#L8