including Crossbeam channel v0.3.7 fails to compile with the error:
Downloaded crossbeam-channel v0.3.7
Downloaded crossbeam-utils v0.6.1
Compiling quote v0.6.11
Compiling crossbeam-channel v0.3.7
error[E0432]: unresolved import `crossbeam_utils::Backoff`
this appears to be because of a mismatch between channel and utils